mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
depends: cleanup after qrencode build
This commit is contained in:
parent
745bf0fa7e
commit
a0314c1516
1 changed files with 4 additions and 0 deletions
|
@ -28,3 +28,7 @@ endef
|
|||
define $(package)_stage_cmds
|
||||
$(MAKE) DESTDIR=$($(package)_staging_dir) install
|
||||
endef
|
||||
|
||||
define $(package)_postprocess_cmds
|
||||
rm -rf share
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue