diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-23 13:50:52 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-23 13:50:52 +0000 |
commit | 90326c73bbbaf495710b1a8136be433abc683da3 (patch) | |
tree | afdea392b9deb975b3231b7a344f66a781745a23 /net-im/skype/skype-2.1.0.81.ebuild | |
parent | Version bump wrt #301651, thanks to Bailey Kong and others. (diff) | |
download | gentoo-2-90326c73bbbaf495710b1a8136be433abc683da3.tar.gz gentoo-2-90326c73bbbaf495710b1a8136be433abc683da3.tar.bz2 gentoo-2-90326c73bbbaf495710b1a8136be433abc683da3.zip |
quote a bit
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-im/skype/skype-2.1.0.81.ebuild')
-rw-r--r-- | net-im/skype/skype-2.1.0.81.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/skype/skype-2.1.0.81.ebuild b/net-im/skype/skype-2.1.0.81.ebuild index 425e77e9bb3d..852f5bdd1afb 100644 --- a/net-im/skype/skype-2.1.0.81.ebuild +++ b/net-im/skype/skype-2.1.0.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.1.0.81.ebuild,v 1.1 2010/01/23 13:48:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/skype/skype-2.1.0.81.ebuild,v 1.2 2010/01/23 13:50:52 ssuominen Exp $ EAPI=2 inherit gnome2-utils eutils qt4 pax-utils @@ -56,8 +56,8 @@ QA_DT_HASH="opt/skype/skype" # QA_PRESTRIPPED="opt/skype/skype" src_install() { - local MY_S=${S} - use qt-static && MY_S=${WORKDIR}/${PN}_static-${PV} + local MY_S="${S}" + use qt-static && MY_S="${WORKDIR}/${PN}_static-${PV}" cd "${MY_S}" exeinto /opt/skype |