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 | 5d8f19796c8b2c9c524ce884ccc41c19a7ce05f5 (patch) | |
tree | 9f478b6a291d2e1d2b363bc4273836735d981690 /net-misc/ksambaplugin | |
parent | initial commit, thx to solution2u.net (diff) | |
download | historical-5d8f19796c8b2c9c524ce884ccc41c19a7ce05f5.tar.gz historical-5d8f19796c8b2c9c524ce884ccc41c19a7ce05f5.tar.bz2 historical-5d8f19796c8b2c9c524ce884ccc41c19a7ce05f5.zip |
Package is packaged strange - fix the S in the ebuild
Diffstat (limited to 'net-misc/ksambaplugin')
-rw-r--r-- | net-misc/ksambaplugin/Manifest | 2 | ||||
-rw-r--r-- | net-misc/ksambaplugin/ksambaplugin-0.5f.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/ksambaplugin/Manifest b/net-misc/ksambaplugin/Manifest index 7580fd3eb6aa..c7137e6fdfd8 100644 --- a/net-misc/ksambaplugin/Manifest +++ b/net-misc/ksambaplugin/Manifest @@ -1,4 +1,4 @@ -MD5 91f3616372fd75f916c1bf85406c1477 ksambaplugin-0.5f.ebuild 669 +MD5 6c3e0b002a634e3c76e745ece194a53a ksambaplugin-0.5f.ebuild 677 MD5 104f7662c652ff1556c974c9933e4336 ChangeLog 1572 MD5 1b6808bbd78c9161f8b7efb090d966f8 metadata.xml 162 MD5 af5d9b6bd72869b5b24774dab62ab74a files/digest-ksambaplugin-0.5f 69 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" |