diff options
author | Tom Knight <tomk@gentoo.org> | 2005-08-24 00:15:42 +0000 |
---|---|---|
committer | Tom Knight <tomk@gentoo.org> | 2005-08-24 00:15:42 +0000 |
commit | c62412d38b6ca443b45e2fef1e99035ad27d6b5b (patch) | |
tree | 96994a45afc7ea77f21fba121bcbe857050bcc8b /dev-php/smarty/smarty-2.6.10.ebuild | |
parent | Version bump #103426 by Dennis Nienhüser. (diff) | |
download | gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.tar.gz gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.tar.bz2 gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.zip |
changed cp -a to cp -pPR as per bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/smarty/smarty-2.6.10.ebuild')
-rw-r--r-- | dev-php/smarty/smarty-2.6.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/smarty/smarty-2.6.10.ebuild b/dev-php/smarty/smarty-2.6.10.ebuild index f50ff404c08a..428a960309ea 100644 --- a/dev-php/smarty/smarty-2.6.10.ebuild +++ b/dev-php/smarty/smarty-2.6.10.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/dev-php/smarty/smarty-2.6.10.ebuild,v 1.1 2005/08/17 12:32:57 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.2 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { |