Skip to content

Commit a0314c1

Browse files
committed
depends: cleanup after qrencode build
1 parent 745bf0f commit a0314c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/packages/qrencode.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ endef
2828
define $(package)_stage_cmds
2929
$(MAKE) DESTDIR=$($(package)_staging_dir) install
3030
endef
31+
32+
define $(package)_postprocess_cmds
33+
rm -rf share
34+
endef

0 commit comments

Comments
 (0)