We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745bf0f commit a0314c1Copy full SHA for a0314c1
depends/packages/qrencode.mk
@@ -28,3 +28,7 @@ endef
28
define $(package)_stage_cmds
29
$(MAKE) DESTDIR=$($(package)_staging_dir) install
30
endef
31
+
32
+define $(package)_postprocess_cmds
33
+ rm -rf share
34
+endef
0 commit comments