Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount/files: pam_mount-2.6-pmvarrun-bin.diff
Date: Sun, 28 Nov 2010 01:56:56
Message-Id: 20101128015652.3ADB320054@flycatcher.gentoo.org
1 hanno 10/11/28 01:56:52
2
3 Added: pam_mount-2.6-pmvarrun-bin.diff
4 Log:
5 Version bump and install pmvarrun to bin instead of sbin (#330995).
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-auth/pam_mount/files/pam_mount-2.6-pmvarrun-bin.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/files/pam_mount-2.6-pmvarrun-bin.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/files/pam_mount-2.6-pmvarrun-bin.diff?rev=1.1&content-type=text/plain
14
15 Index: pam_mount-2.6-pmvarrun-bin.diff
16 ===================================================================
17 --- pam_mount-2.6-vanilla/src/Makefile.am 2010-11-23 02:47:43.365455635 +0100
18 +++ pam_mount-2.6/src/Makefile.am 2010-11-23 02:48:30.226227213 +0100
19 @@ -8,7 +8,8 @@
20
21 moduledir = @PAM_MODDIR@
22 module_LTLIBRARIES = pam_mount.la
23 -sbin_PROGRAMS = pmvarrun
24 +sbin_PROGRAMS =
25 +bin_PROGRAMS = pmvarrun
26 if HAVE_LIBCRYPTO
27 sbin_PROGRAMS += pmt-ehd
28 endif