mirror of
https://github.com/monero-project/monero.git
synced 2025-07-03 23:46:46 -04:00
depends: use staging_prefix_dir where possible
This commit is contained in:
parent
84df77404e
commit
000d757773
2 changed files with 4 additions and 4 deletions
contrib/depends/packages
|
@ -8,7 +8,7 @@ $(package)_sha256_hash=df75d30ecafc429e905134333aeae56ac65fac67cb4182622398fd717
|
|||
# our own version of readline.
|
||||
|
||||
define $(package)_stage_cmds
|
||||
mkdir -p $($(package)_staging_dir)/$(host_prefix)/native/SDK &&\
|
||||
mkdir -p $($(package)_staging_prefix_dir)/SDK &&\
|
||||
rm -rf usr/include/readline && \
|
||||
mv * $($(package)_staging_dir)/$(host_prefix)/native/SDK
|
||||
mv * $($(package)_staging_prefix_dir)/SDK
|
||||
endef
|
||||
|
|
|
@ -14,7 +14,7 @@ endef
|
|||
# statically link our own version of OpenSSL.
|
||||
|
||||
define $(package)_stage_cmds
|
||||
mkdir $($(package)_staging_dir)/$(host_prefix)/native &&\
|
||||
mkdir $($(package)_staging_prefix_dir) &&\
|
||||
rm -rf usr/include/openssl &&\
|
||||
mv lib usr $($(package)_staging_dir)/$(host_prefix)/native
|
||||
mv lib usr $($(package)_staging_prefix_dir)
|
||||
endef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue