diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2013-01-21 21:43:47 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2013-01-21 21:43:47 +0000 |
commit | 66d88ae6ef915c0d743f3bc28ce26950e6512f14 (patch) | |
tree | 865f0313266ce36603672b538bb2f2fc96a51a55 /net-fs | |
parent | Use rc-update instead of rc-config to avoid eselect dependency. (diff) | |
download | gentoo-2-66d88ae6ef915c0d743f3bc28ce26950e6512f14.tar.gz gentoo-2-66d88ae6ef915c0d743f3bc28ce26950e6512f14.tar.bz2 gentoo-2-66d88ae6ef915c0d743f3bc28ce26950e6512f14.zip |
Fixing up modules dir
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 0xE25EE336)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-4.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 107e8553b0d4..19109630bb81 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.552 2013/01/15 20:46:15 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.553 2013/01/21 21:43:47 vostorga Exp $ + + 21 Jan 2013; Víctor Ostorga <vostorga@gentoo.org> samba-4.0.1.ebuild: + Fixing up modules dir *samba-4.0.1 (15 Jan 2013) diff --git a/net-fs/samba/samba-4.0.1.ebuild b/net-fs/samba/samba-4.0.1.ebuild index 51bc9fd64eef..d485f6ef5430 100644 --- a/net-fs/samba/samba-4.0.1.ebuild +++ b/net-fs/samba/samba-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.1.ebuild,v 1.1 2013/01/15 20:46:15 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.1.ebuild,v 1.2 2013/01/21 21:43:47 vostorga Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -85,7 +85,7 @@ src_configure() { --enable-fhs \ --sysconfdir=/etc \ --localstatedir=/var \ - --with-modulesdir=/usr/$(get_libdir) \ + --with-modulesdir=/usr/$(get_libdir)/samba \ --disable-rpath \ --disable-rpath-install \ --nopyc \ |