diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-19 13:36:35 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-19 13:36:35 +0000 |
commit | bf4ae929dac359d8c5211eecb631cd85f4b286bd (patch) | |
tree | 2d1f7c5912f0f4c609f3824c62a3fa18620944b9 /net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | |
parent | initial commit, thx to solution2u.net (diff) | |
download | gentoo-2-bf4ae929dac359d8c5211eecb631cd85f4b286bd.tar.gz gentoo-2-bf4ae929dac359d8c5211eecb631cd85f4b286bd.tar.bz2 gentoo-2-bf4ae929dac359d8c5211eecb631cd85f4b286bd.zip |
Package is packaged strange - fix the S in the ebuild
Diffstat (limited to 'net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild')
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild index 5cb77b1f1c6e..25bd98b276ca 100644 --- a/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild +++ b/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild,v 1.2 2004/01/19 02:52:23 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild,v 1.3 2004/01/19 13:36:28 caleb Exp $ inherit kde need-kde 3 @@ -15,7 +15,7 @@ IUSE="debug" DEPEND=">=kde-base/kdebase-3" RDEPEND="${DEPEND} >=net-fs/samba-2.2.7" -S=${WORKDIR}/${P/f/} +S=${WORKDIR}/${P/f/}/${P/f/} use debug && myconf="$myconf --enable-debug --enable-profile" myconf="$myconf --enable-sso" |