diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-27 05:23:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-27 05:23:08 +0000 |
commit | bfe338f136b4ad5d2988cf6d3754ba3ffd06a2ba (patch) | |
tree | e3d893a4b81cc76c74e710e109823d428aca6b75 /app-sci/setiathome | |
parent | close out #33812 #24930 (diff) | |
download | gentoo-2-bfe338f136b4ad5d2988cf6d3754ba3ffd06a2ba.tar.gz gentoo-2-bfe338f136b4ad5d2988cf6d3754ba3ffd06a2ba.tar.bz2 gentoo-2-bfe338f136b4ad5d2988cf6d3754ba3ffd06a2ba.zip |
src_unpack starts in ${WORKDIR}
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/setiathome-3.03-r1.ebuild | 4 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.08-r1.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/app-sci/setiathome/setiathome-3.03-r1.ebuild b/app-sci/setiathome/setiathome-3.03-r1.ebuild index bf0a6482349e..4cf7ebf73f48 100644 --- a/app-sci/setiathome/setiathome-3.03-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.03-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.13 2004/01/27 05:19:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.03-r1.ebuild,v 1.14 2004/01/27 05:23:08 vapier Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) diff --git a/app-sci/setiathome/setiathome-3.08-r1.ebuild b/app-sci/setiathome/setiathome-3.08-r1.ebuild index 916f2bafee44..ca759339959c 100644 --- a/app-sci/setiathome/setiathome-3.08-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.08-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.6 2004/01/27 05:19:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.7 2004/01/27 05:23:08 vapier Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -26,7 +26,6 @@ DEPEND=">=sys-apps/baselayout-1.8.0" RDEPEND="X? ( x11-base/xfree )" src_unpack () { - cd ${WORKDIR} unpack ${A} # find real directory ... |