mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01: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
Reference in a new issue