forgotten $(DESTDIR)

This commit is contained in:
Tomas Mraz 2012-05-09 14:00:32 +02:00
parent 14f4737e81
commit 3933be0355

View File

@ -8,7 +8,7 @@ diff -up Linux-PAM-1.1.5/modules/pam_namespace/Makefile.am.empty Linux-PAM-1.1.5
- namespaced_DATA = - namespaced_DATA =
+ +
+install-data-local: +install-data-local:
+ mkdir -p $(namespaceddir) + mkdir -p $(DESTDIR)$(namespaceddir)
endif endif
@ -24,7 +24,7 @@ diff -up Linux-PAM-1.1.5/modules/pam_sepermit/Makefile.am.empty Linux-PAM-1.1.5/
securelib_LTLIBRARIES = pam_sepermit.la securelib_LTLIBRARIES = pam_sepermit.la
+ +
+install-data-local: +install-data-local:
+ mkdir -p $(sepermitlockdir) + mkdir -p $(DESTDIR)$(sepermitlockdir)
endif endif
if ENABLE_REGENERATE_MAN if ENABLE_REGENERATE_MAN
noinst_DATA = README pam_sepermit.8 sepermit.conf.5 noinst_DATA = README pam_sepermit.8 sepermit.conf.5