summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-24 00:36:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-24 00:36:03 +0000
commit3f65fcc8298bbaec88c659663b6ea9c0d47a5717 (patch)
treed4c9e7410d981081b0aff0f4223f3a555a752357 /sys-devel/gettext/gettext-0.14.4.ebuild
parentfixing cp -a; bug #103487 (diff)
downloadgentoo-2-3f65fcc8298bbaec88c659663b6ea9c0d47a5717.tar.gz
gentoo-2-3f65fcc8298bbaec88c659663b6ea9c0d47a5717.tar.bz2
gentoo-2-3f65fcc8298bbaec88c659663b6ea9c0d47a5717.zip
cp -a -> cp -pPR #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/gettext/gettext-0.14.4.ebuild')
-rw-r--r--sys-devel/gettext/gettext-0.14.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.14.4.ebuild b/sys-devel/gettext/gettext-0.14.4.ebuild
index 7419ab4e478b..651ed4d445e7 100644
--- a/sys-devel/gettext/gettext-0.14.4.ebuild
+++ b/sys-devel/gettext/gettext-0.14.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.4.ebuild,v 1.13 2005/06/30 03:55:15 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.4.ebuild,v 1.14 2005/08/24 00:35:05 vapier Exp $
inherit flag-o-matic eutils toolchain-funcs mono libtool elisp-common
@@ -89,7 +89,7 @@ src_install() {
fi
else
if [ -e "${ROOT}"/usr/$(get_libdir)/libintl.so.2 ] ; then
- cp -a ${ROOT}/usr/$(get_libdir)/libintl.so.2* ${D}/usr/$(get_libdir)/
+ cp -pPR ${ROOT}/usr/$(get_libdir)/libintl.so.2* ${D}/usr/$(get_libdir)/
touch ${D}/usr/$(get_libdir)/libintl.so.2*
fi
fi