]> git.pld-linux.org Git - packages/pam.git/commitdiff
- fix pam_namespace install
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Nov 2012 11:15:37 +0000 (12:15 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Nov 2012 11:15:37 +0000 (12:15 +0100)
pam-DESTDIR.patch [new file with mode: 0644]

diff --git a/pam-DESTDIR.patch b/pam-DESTDIR.patch
new file mode 100644 (file)
index 0000000..9f8abfb
--- /dev/null
@@ -0,0 +1,11 @@
+--- Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am~ 2012-08-15 13:08:43.000000000 +0200
++++ Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am  2012-11-27 12:11:03.796446562 +0100
+@@ -40,7 +40,7 @@
+   secureconf_SCRIPTS = namespace.init
+ install-data-local:
+-      mkdir -p $(namespaceddir)
++      mkdir -p $(DESTDIR)$(namespaceddir)
+ endif
This page took 0.095408 seconds and 4 git commands to generate.