diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-03 18:24:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-03 18:24:50 +0000 |
commit | f9c4872cc8825ab0459508497871b2ebf560575f (patch) | |
tree | 93cc1cad0ef3e8d634c03ad6c2c09cf7d0c2b88f /sys-fs | |
parent | Renamed all execs with prefix num, avoiding number of collisions with other p... (diff) | |
download | gentoo-2-f9c4872cc8825ab0459508497871b2ebf560575f.tar.gz gentoo-2-f9c4872cc8825ab0459508497871b2ebf560575f.tar.bz2 gentoo-2-f9c4872cc8825ab0459508497871b2ebf560575f.zip |
tweak
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild b/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild index ece603b05f9d..cbbda142d827 100644 --- a/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild +++ b/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.1 2011/01/03 13:37:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udisks-glue/udisks-glue-1.2.0.ebuild,v 1.2 2011/01/03 18:24:50 ssuominen Exp $ EAPI=2 inherit autotools @@ -24,8 +24,7 @@ DEPEND="${COMMON_DEPEND} src_unpack() { unpack ${A} - cd *-${PN}-* - S=`pwd` + mv *-${PN}-* "${S}" } src_prepare() { |