]> git.pld-linux.org Git - packages/pam.git/blame - pam-DESTDIR.patch
- pam_sepermit needs DESTDIR too
[packages/pam.git] / pam-DESTDIR.patch
CommitLineData
67b029e7
JR
1--- Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am~ 2012-08-15 13:08:43.000000000 +0200
2+++ Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am 2012-11-27 12:11:03.796446562 +0100
3@@ -40,7 +40,7 @@
4 secureconf_SCRIPTS = namespace.init
5
6 install-data-local:
7- mkdir -p $(namespaceddir)
8+ mkdir -p $(DESTDIR)$(namespaceddir)
9 endif
10
11
00b13f53
JR
12--- Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am~ 2012-08-15 13:08:43.000000000 +0200
13+++ Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am 2012-11-27 12:21:56.806423526 +0100
14@@ -35,7 +35,7 @@
15 securelib_LTLIBRARIES = pam_sepermit.la
16
17 install-data-local:
18- mkdir -p $(sepermitlockdir)
19+ mkdir -p $(DESTDIR)$(sepermitlockdir)
20 endif
21 if ENABLE_REGENERATE_MAN
22 noinst_DATA = README pam_sepermit.8 sepermit.conf.5
This page took 0.246952 seconds and 4 git commands to generate.