-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7dHFAACgkQrlYvE4MpobNgbQCgk9PDPTxstdQWhibMfVN/Z1kh AfsAoIahnMVjUNbxH7XATu9O1fVb7tEP =OfT9 -----END PGP SIGNATURE-----
>From c522e860e227619bdcd9f07ba1ceb18fc5747e6e Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Fri, 4 Nov 2011 14:43:41 -0400 Subject: [PATCH 26/48] policycoreutils: po: Makefile use -p to preserve times to allow multilib simultatious installs of po files Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- policycoreutils/po/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policycoreutils/po/Makefile b/policycoreutils/po/Makefile index 554262a..a52e4b0 100644 --- a/policycoreutils/po/Makefile +++ b/policycoreutils/po/Makefile @@ -7,7 +7,7 @@ TOP = ../.. # What is this package? NLSPACKAGE = policycoreutils POTFILE = $(NLSPACKAGE).pot -INSTALL = /usr/bin/install -c +INSTALL = /usr/bin/install -c -p INSTALL_DATA = $(INSTALL) -m 644 INSTALL_DIR = /usr/bin/install -d -- 1.7.7.4