mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-06 01:41:01 +02:00
depends: cleanup after miniupnpc build
This commit is contained in:
parent
06d4aab77a
commit
745bf0fa7e
@ -29,3 +29,8 @@ endef
|
|||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
cmake --install . --prefix $($(package)_staging_prefix_dir)
|
cmake --install . --prefix $($(package)_staging_prefix_dir)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define $(package)_postprocess_cmds
|
||||||
|
rm -rf bin && \
|
||||||
|
rm -rf share
|
||||||
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user