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 | d6498900b1119a96a89e49e9c771b125e0c73a9e (patch) | |
tree | 3aa93f588d8c3c70356cada16258c64328354b38 /app-sci/setiathome | |
parent | close out #33812 #24930 (diff) | |
download | historical-d6498900b1119a96a89e49e9c771b125e0c73a9e.tar.gz historical-d6498900b1119a96a89e49e9c771b125e0c73a9e.tar.bz2 historical-d6498900b1119a96a89e49e9c771b125e0c73a9e.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 ... |