25 lines
1.0 KiB
Diff
25 lines
1.0 KiB
Diff
diff -up Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am.empty Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am
|
|
--- Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am.empty 2012-08-15 13:08:43.000000000 +0200
|
|
+++ Linux-PAM-1.1.6/modules/pam_namespace/Makefile.am 2012-08-17 15:08:33.487322476 +0200
|
|
@@ -40,7 +40,7 @@ if HAVE_UNSHARE
|
|
secureconf_SCRIPTS = namespace.init
|
|
|
|
install-data-local:
|
|
- mkdir -p $(namespaceddir)
|
|
+ mkdir -p $(DESTDIR)$(namespaceddir)
|
|
endif
|
|
|
|
|
|
diff -up Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am.empty Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am
|
|
--- Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am.empty 2012-08-15 13:08:43.000000000 +0200
|
|
+++ Linux-PAM-1.1.6/modules/pam_sepermit/Makefile.am 2012-08-17 15:08:13.692856948 +0200
|
|
@@ -35,7 +35,7 @@ if HAVE_LIBSELINUX
|
|
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
|