summaryrefslogtreecommitdiff
path: root/modules/pam_namespace/Makefile.am
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2012-08-17 14:46:40 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2012-08-17 14:46:40 +0200
commitd7e6b921cd34f7ad8fc4d05065c75d13ba330896 (patch)
tree8ff4c1aa083b7a4c5a0a1af1426a248d10010ccb /modules/pam_namespace/Makefile.am
parentd4931cce402b5957189ccd34fb283b1e8db47901 (diff)
Add missing $(DESTDIR) when making directories on install.
modules/pam_namespace/Makefile.am: Add missing $(DESTDIR) when making $(namespaceddir) on install. modules/pam_sepermit/Makefile.am: Add missing $(DESTDIR) when making $(sepermitlockdir) on install.
Diffstat (limited to 'modules/pam_namespace/Makefile.am')
-rw-r--r--modules/pam_namespace/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am
index a28f1960..ebb00f36 100644
--- a/modules/pam_namespace/Makefile.am
+++ b/modules/pam_namespace/Makefile.am
@@ -40,7 +40,7 @@ if HAVE_UNSHARE
secureconf_SCRIPTS = namespace.init
install-data-local:
- mkdir -p $(namespaceddir)
+ mkdir -p $(DESTDIR)$(namespaceddir)
endif