diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-06-21 20:37:31 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-06-21 20:37:31 +0000 |
commit | 19019d4dc63206528cc3bca0a87863236473e9b6 (patch) | |
tree | fcc65d2c5042b322a7430b68aacef1b396a441d1 /x11-misc/xeasyconf | |
parent | New version. Fixes #3623 (diff) | |
download | historical-19019d4dc63206528cc3bca0a87863236473e9b6.tar.gz historical-19019d4dc63206528cc3bca0a87863236473e9b6.tar.bz2 historical-19019d4dc63206528cc3bca0a87863236473e9b6.zip |
updated arch detect setup
Diffstat (limited to 'x11-misc/xeasyconf')
-rw-r--r-- | x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild index 00a512aa6250..c4ae55fcf8b7 100644 --- a/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild +++ b/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mark Guertin <gerk@imaclinux.net> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.1 2002/06/01 00:17:11 daybird Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xeasyconf/xeasyconf-0.1.2.ebuild,v 1.2 2002/06/21 20:37:31 gerk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Xeasyconf is a PPC only tool to assist in xfree 4.x configs" @@ -11,13 +11,14 @@ HOMEPAGE="http://tuxppc.org/projects/xeasyconf/" DEPEND="virtual/glibc x11-base/xfree sys-apps/pciutils dev-util/dialog" -if [ ${ARCH} != ppc ] -then - die "This is a PPC-only package, sorry" -fi src_unpack() { + if [ ${ARCH} != ppc ] + then + die "This is a PPC-only package, sorry" + fi + unpack ${A} cd ${S} } |