Module Name: src
Committed By: riastradh
Date: Sat Sep 2 17:39:52 UTC 2023
Modified Files:
src/external/mpl/mozilla-certdata/share: Makefile
Log Message:
mozilla-certdata: Install relative symlinks.
Slightly more compact this way, and you can examine them in a destdir
without chrooting. Not terribly important, but a minor convenience.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/mozilla-certdata/share/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mpl/mozilla-certdata/share/Makefile
diff -u src/external/mpl/mozilla-certdata/share/Makefile:1.1 src/external/mpl/mozilla-certdata/share/Makefile:1.2
--- src/external/mpl/mozilla-certdata/share/Makefile:1.1 Sat Aug 26 05:47:53 2023
+++ src/external/mpl/mozilla-certdata/share/Makefile Sat Sep 2 17:39:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/08/26 05:47:53 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2023/09/02 17:39:52 riastradh Exp $
#
MOZCERTS= /usr/share/certs/mozilla
@@ -16,7 +16,7 @@ FILES+= ${CERTS}
.for D in ${TRUSTDOMAINS}
$D_CERTS!= cat ${.CURDIR:Q}/$D.trust
. for C in ${$D_CERTS}
-SYMLINKS+= ${MOZCERTS}/all/$C.pem ${MOZCERTS}/$D/$C.pem
+SYMLINKS+= ../all/$C.pem ${MOZCERTS}/$D/$C.pem
. endfor
.endfor