]> git.pld-linux.org Git - packages/pam.git/commitdiff
- pam_sepermit needs DESTDIR too
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Nov 2012 11:22:37 +0000 (12:22 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Nov 2012 11:22:37 +0000 (12:22 +0100)
pam-DESTDIR.patch

index 9f8abfb6671e9aed916093be52e9bc3b2a57402f..53cce7ae595148a7c70a97a5f94a82b9e0429eb8 100644 (file)
@@ -9,3 +9,14 @@
  endif
  
  
+--- Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am~  2012-08-15 13:08:43.000000000 +0200
++++ Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am   2012-11-27 12:21:56.806423526 +0100
+@@ -35,7 +35,7 @@
+   securelib_LTLIBRARIES = pam_sepermit.la
+ install-data-local:
+-      mkdir -p $(sepermitlockdir)
++      mkdir -p $(DESTDIR)$(sepermitlockdir)
+ endif
+ if ENABLE_REGENERATE_MAN
+ noinst_DATA = README pam_sepermit.8 sepermit.conf.5
This page took 0.145919 seconds and 4 git commands to generate.