diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-11-20 14:53:57 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-11-20 14:53:57 +0000 |
commit | 0465a7cd0dc8e215668051697dbce64dab6b9cf7 (patch) | |
tree | 6742353d83b365324332bcefd7e1baf13d3d5ee2 /rox-extra | |
parent | amd64 stable wrt #199740 (diff) | |
download | gentoo-2-0465a7cd0dc8e215668051697dbce64dab6b9cf7.tar.gz gentoo-2-0465a7cd0dc8e215668051697dbce64dab6b9cf7.tar.bz2 gentoo-2-0465a7cd0dc8e215668051697dbce64dab6b9cf7.zip |
Fixed major omission in ebuild
(Portage version: 2.1.3.18)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/lithium/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/lithium/lithium-006.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/rox-extra/lithium/ChangeLog b/rox-extra/lithium/ChangeLog index 73c635954298..2f1b80226474 100644 --- a/rox-extra/lithium/ChangeLog +++ b/rox-extra/lithium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/lithium # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/ChangeLog,v 1.1 2007/11/20 14:43:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/ChangeLog,v 1.2 2007/11/20 14:53:57 lack Exp $ + + 20 Nov 2007; Jim Ramsay <lack@gentoo.org> lithium-006.ebuild: + Fixed major omission in ebuild *lithium-006 (20 Nov 2007) diff --git a/rox-extra/lithium/lithium-006.ebuild b/rox-extra/lithium/lithium-006.ebuild index 42bff2c65d27..7084ac0e01ec 100644 --- a/rox-extra/lithium/lithium-006.ebuild +++ b/rox-extra/lithium/lithium-006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v 1.1 2007/11/20 14:43:54 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/lithium/lithium-006.ebuild,v 1.2 2007/11/20 14:53:57 lack Exp $ ROX_LIB_VER=2.0.0 inherit rox @@ -18,3 +18,9 @@ IUSE="" APPNAME=${MY_PN} APPCATEGORY="" S=${WORKDIR} + +src_unpack() { + mkdir ${MY_PN} + cd ${MY_PN} + unpack ${A} +} |