mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Use '$(INSTALL) -m 444' to install files in nss/lib/crypto. By default
INSTALL is $(NSINSTALL) -R on Unix, which creates relative-path symlinks.
This commit is contained in:
parent
3de56aad0e
commit
4ad20ee457
@ -80,10 +80,10 @@ export::
|
||||
$(NSINSTALL) -D crypto; \
|
||||
for file in $(FILES) ; do \
|
||||
if test -f $$file; then \
|
||||
$(NSINSTALL) -m 444 $$file crypto; \
|
||||
$(INSTALL) -m 444 $$file crypto; \
|
||||
fi; \
|
||||
done; \
|
||||
$(NSINSTALL) -m 444 freebl/sha_fast.c crypto; \
|
||||
$(NSINSTALL) -m 444 freebl/sha_fast.h crypto; \
|
||||
$(INSTALL) -m 444 freebl/sha_fast.c crypto; \
|
||||
$(INSTALL) -m 444 freebl/sha_fast.h crypto; \
|
||||
fi
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user