summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:18:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:18:07 +0000
commit74a2464dd5e649b8ee0e9e618f725e18b138ec73 (patch)
tree8cb12c5d3a0f2e185e7811aa3ab4f37dc8d2265a /gnustep-apps/gnumail
parentRemove GNUish cp -a call. Bug #103487. (diff)
downloadgentoo-2-74a2464dd5e649b8ee0e9e618f725e18b138ec73.tar.gz
gentoo-2-74a2464dd5e649b8ee0e9e618f725e18b138ec73.tar.bz2
gentoo-2-74a2464dd5e649b8ee0e9e618f725e18b138ec73.zip
Remove GNUish cp -a call. Bug #103487.
(Portage version: 2.0.53)
Diffstat (limited to 'gnustep-apps/gnumail')
-rw-r--r--gnustep-apps/gnumail/ChangeLog6
-rw-r--r--gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/gnustep-apps/gnumail/ChangeLog b/gnustep-apps/gnumail/ChangeLog
index d1b3d2580ffd..41fbbee22c39 100644
--- a/gnustep-apps/gnumail/ChangeLog
+++ b/gnustep-apps/gnumail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/gnumail
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.18 2005/06/10 21:06:24 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.19 2005/12/16 11:16:08 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ gnumail-1.2.0.20050606.ebuild:
+ Remove GNUish cp -a call. Bug #103487.
*gnumail-1.2.0.20050606 (10 Jun 2005)
diff --git a/gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild b/gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild
index 59a17ae09707..fd1fa1223889 100644
--- a/gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild
+++ b/gnustep-apps/gnumail/gnumail-1.2.0.20050606.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/gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild,v 1.2 2005/07/16 15:43:56 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0.20050606.ebuild,v 1.3 2005/12/16 11:16:08 flameeyes Exp $
inherit gnustep
@@ -56,9 +56,9 @@ src_install() {
egnustep_doc || die
fi
- use xface && cp -a ${S}/Bundles/Face/Face.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
- use crypt && cp -a ${S}/Bundles/PGP/PGP.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
- use emoticon && cp -a ${S}/Bundles/Emoticon/Emoticon.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+ use xface && cp -pPR ${S}/Bundles/Face/Face.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+ use crypt && cp -pPR ${S}/Bundles/PGP/PGP.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
+ use emoticon && cp -pPR ${S}/Bundles/Emoticon/Emoticon.bundle ${D}$(egnustep_install_domain)/Library/GNUMail/
egnustep_package_config
}