Skip to content

Commit 745bf0f

Browse files
committed
depends: cleanup after miniupnpc build
1 parent 06d4aab commit 745bf0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

depends/packages/miniupnpc.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ endef
2929
define $(package)_stage_cmds
3030
cmake --install . --prefix $($(package)_staging_prefix_dir)
3131
endef
32+
33+
define $(package)_postprocess_cmds
34+
rm -rf bin && \
35+
rm -rf share
36+
endef

0 commit comments

Comments
 (0)