summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcgreer%netscape.com <devnull@localhost>2000-09-26 22:22:07 +0000
committermcgreer%netscape.com <devnull@localhost>2000-09-26 22:22:07 +0000
commit8c14129ff925e5cdef276cfe1ce3d4bf2ccbea09 (patch)
tree199fb273ac6b81166babd6b18c3ffa88af8d9585
parent4bab7d1511ce258d775ba49b9797e1e9916dda2e (diff)
downloadnss-hg-8c14129ff925e5cdef276cfe1ce3d4bf2ccbea09.tar.gz
fix build problem where copied over file was read-only. changed to symlink.
-rw-r--r--security/nss/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/Makefile b/security/nss/lib/Makefile
index 91ab94618..84a761a0e 100644
--- a/security/nss/lib/Makefile
+++ b/security/nss/lib/Makefile
@@ -83,6 +83,6 @@ export::
$(NSINSTALL) -m 444 $$file crypto; \
fi; \
done; \
- $(NSINSTALL) -m 444 crypto/nscertinit.c certdb; \
+ $(NSINSTALL) -R crypto/nscertinit.c certdb; \
fi
endif