diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-11-24 14:15:43 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-11-24 14:15:43 +0000 |
commit | e973c52e5c619313cbb2b2605934eefb3bd5a5aa (patch) | |
tree | 524a1f72d16016c47a1eda74481271dc38c6cd1b /kde-base | |
parent | removed patch from 2.2.1, it's no longer needed (diff) | |
download | gentoo-2-e973c52e5c619313cbb2b2605934eefb3bd5a5aa.tar.gz gentoo-2-e973c52e5c619313cbb2b2605934eefb3bd5a5aa.tar.bz2 gentoo-2-e973c52e5c619313cbb2b2605934eefb3bd5a5aa.zip |
fixed myconf setting, now actually installs :-)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | kde-base/kdeadmin/kdeadmin-2.2.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild b/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild index 04d291f2d187..c7c722c18fc9 100644 --- a/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild +++ b/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild,v 1.2 2001/10/01 11:04:22 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.1-r1.ebuild,v 1.3 2001/11/24 14:15:43 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-dist || die @@ -17,7 +17,7 @@ src_compile() { kde_src_compile myconf - use pam && myconf="--with-pam" || myconf="--without-pam" + use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam" kde_src_compile configure make diff --git a/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild b/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild index 001cbd3a25e1..5a0b0a18d4fe 100644 --- a/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild +++ b/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild,v 1.1 2001/11/22 17:32:27 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin/kdeadmin-2.2.2.ebuild,v 1.2 2001/11/24 14:15:43 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-dist || die @@ -17,7 +17,7 @@ src_compile() { kde_src_compile myconf - use pam && myconf="--with-pam" || myconf="--without-pam" + use pam && myconf="$myconf --with-pam" || myconf="$myconf --without-pam" kde_src_compile configure make |