FreeBSD Bugzilla – Attachment 157463 Details for
Bug 200674
[PATCH] share/zoneinfo: Install in a deterministic way
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
share/zoneinfo: Install in a deterministic way to get a reproducible METALOG
share-zoneinfo-Install-in-a-deterministic-way.diff (text/plain), 857 bytes, created by
Fabian Keil
on 2015-06-06 11:38:59 UTC
(
hide
)
Description:
share/zoneinfo: Install in a deterministic way to get a reproducible METALOG
Filename:
MIME Type:
Creator:
Fabian Keil
Created:
2015-06-06 11:38:59 UTC
Size:
857 bytes
patch
obsolete
>From ec11972451811363d1956d37e94f35f3768a4155 Mon Sep 17 00:00:00 2001 >From: Fabian Keil <fk@fabiankeil.de> >Date: Mon, 25 May 2015 20:33:30 +0200 >Subject: [PATCH] share/zoneinfo: Install in a deterministic way to get a > reproducible METALOG > >Obtained from: ElectroBSD >--- > share/zoneinfo/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile >index 95c61e5..407f118 100644 >--- a/share/zoneinfo/Makefile >+++ b/share/zoneinfo/Makefile >@@ -79,7 +79,7 @@ zoneinfo: yearistype ${TDATA} > > beforeinstall: > cd ${TZBUILDDIR} && \ >- find * -type f -print -exec ${INSTALL} \ >+ find -s * -type f -print -exec ${INSTALL} \ > -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ > \{} ${DESTDIR}/usr/share/zoneinfo/\{} \; > ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ >-- >2.4.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200674
: 157463