diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-08-26 10:23:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-08-26 10:23:35 +0000 |
commit | edf67d9aca5392fcfc967c158ed424839948e17f (patch) | |
tree | 14bc5d2e94df188a863a385902fd5283ed18ab35 /sys-process | |
parent | revbump -> EAPI 5, add IUSE examples (diff) | |
download | gentoo-2-edf67d9aca5392fcfc967c158ed424839948e17f.tar.gz gentoo-2-edf67d9aca5392fcfc967c158ed424839948e17f.tar.bz2 gentoo-2-edf67d9aca5392fcfc967c158ed424839948e17f.zip |
Look for files in right dir (#477928 by emil karlson, Navid Zamani and Dustin C. Hatch).
(Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/fcron/ChangeLog | 9 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2-r2.ebuild (renamed from sys-process/fcron/fcron-3.1.2-r1.ebuild) | 3 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-process/fcron/ChangeLog b/sys-process/fcron/ChangeLog index 5f744972ab6d..e15137db443e 100644 --- a/sys-process/fcron/ChangeLog +++ b/sys-process/fcron/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-process/fcron # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.112 2013/07/20 09:56:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/ChangeLog,v 1.113 2013/08/26 10:23:35 pacho Exp $ + +*fcron-3.1.2-r2 (26 Aug 2013) + + 26 Aug 2013; Pacho Ramos <pacho@gentoo.org> +fcron-3.1.2-r2.ebuild, + -fcron-3.1.2-r1.ebuild: + Look for files in right dir (#477928 by emil karlson, Navid Zamani and Dustin + C. Hatch). *fcron-3.1.2-r1 (20 Jul 2013) diff --git a/sys-process/fcron/fcron-3.1.2-r1.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild index da93f300279b..522212308591 100644 --- a/sys-process/fcron/fcron-3.1.2-r1.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r2.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/sys-process/fcron/fcron-3.1.2-r1.ebuild,v 1.1 2013/07/20 09:56:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/fcron-3.1.2-r2.ebuild,v 1.1 2013/08/26 10:23:35 pacho Exp $ EAPI=5 @@ -59,6 +59,7 @@ src_configure() { # bindir is used just for calling fcronsighup econf \ --with-cflags="${CFLAGS}" \ + --bindir=/usr/libexec \ --sbindir=/usr/libexec \ $(use_with pam) \ $(use_with selinux) \ |