diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:19:11 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-13 19:19:11 +0000 |
commit | 89c2e5cf4a359f4dbdcc017cf0cd784dd18df341 (patch) | |
tree | a3ff38ef2dc4c94c958f47403d0ef0ef7ef86ad7 /app-mobilephone | |
parent | Drop amd64 keyword so I can drop the keyword from media-libs/libemf (see bug ... (diff) | |
download | historical-89c2e5cf4a359f4dbdcc017cf0cd784dd18df341.tar.gz historical-89c2e5cf4a359f4dbdcc017cf0cd784dd18df341.tar.bz2 historical-89c2e5cf4a359f4dbdcc017cf0cd784dd18df341.zip |
quote $S and $FILESDIR
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gscmxx/Manifest | 10 | ||||
-rw-r--r-- | app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-mobilephone/gscmxx/Manifest b/app-mobilephone/gscmxx/Manifest index 0fd2af61d180..338c5da352ff 100644 --- a/app-mobilephone/gscmxx/Manifest +++ b/app-mobilephone/gscmxx/Manifest @@ -4,12 +4,12 @@ Hash: SHA1 MD5 920cdc5670d7d7976217c1960fc8c202 ChangeLog 897 MD5 1f985a2bf92e357217a41807927bd4d9 files/digest-gscmxx-0.4.1-r1 64 MD5 62f7e7930d956c070529d31e45a336c6 files/gscmxx-0.4.1-destdir.diff 725 -MD5 fcf0d1dd4366260d55c9de65b49c8023 gscmxx-0.4.1-r1.ebuild 709 +MD5 b082a5e36f1444542491fac58fd2baac gscmxx-0.4.1-r1.ebuild 710 MD5 c35c6d9f49648e8eb52bf68909198daf metadata.xml 302 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFDivJ5tG5z4I8BtQoRAkmhAJ4sB39TCc7Bu+mm3+8/cBmYKpPJ5QCfa63l -T7I+yCLmxLGq+Y+0DO3/G/4= -=CQQE +iD8DBQFEPqQ7jG8pv1lIUX4RAkw4AJ4r5ZXtX5XyHYGNTshUe7jrJpc1zACdFFK9 +jrJaP4fSw10RkQ6rLB4efXo= +=suah -----END PGP SIGNATURE----- diff --git a/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild b/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild index fb496d5890ff..47ec3ca38b39 100644 --- a/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild +++ b/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild,v 1.2 2005/11/28 12:05:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gscmxx/gscmxx-0.4.1-r1.ebuild,v 1.3 2006/04/13 19:19:11 mrness Exp $ inherit perl-app eutils @@ -22,6 +22,6 @@ RDEPEND=">=app-mobilephone/scmxx-0.6 src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-destdir.diff + cd "${S}" + epatch "${FILESDIR}/${P}-destdir.diff" } |