diff options
author | Markus Meier <maekke@gentoo.org> | 2008-05-24 13:34:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-05-24 13:34:59 +0000 |
commit | 4182a2e2c8821b0e60a56c517defeebbfdfa9b7b (patch) | |
tree | f99ed6b0b12afc3d77e861358192401fd9e8c481 /x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild | |
parent | amd64 stable, bug #220633 (diff) | |
download | historical-4182a2e2c8821b0e60a56c517defeebbfdfa9b7b.tar.gz historical-4182a2e2c8821b0e60a56c517defeebbfdfa9b7b.tar.bz2 historical-4182a2e2c8821b0e60a56c517defeebbfdfa9b7b.zip |
unquote ${A}
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild')
-rw-r--r-- | x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild index 0893e9f921ef..d928df06e686 100644 --- a/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild +++ b/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.9 2008/05/24 13:32:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/smooth-themes/smooth-themes-0.5.8-r1.ebuild,v 1.10 2008/05/24 13:34:59 maekke Exp $ WANT_AUTOMAKE=1.8 inherit autotools eutils @@ -18,7 +18,7 @@ DEPEND="" RDEPEND=">=x11-themes/gtk-engines-2" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # Remove unnecessary checks in the configure script |