mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
depends: cleanup after miniupnpc build
This commit is contained in:
parent
06d4aab77a
commit
745bf0fa7e
1 changed files with 5 additions and 0 deletions
|
|
@ -29,3 +29,8 @@ endef
|
|||
define $(package)_stage_cmds
|
||||
cmake --install . --prefix $($(package)_staging_prefix_dir)
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf bin && \
|
||||
rm -rf share
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue