summaryrefslogtreecommitdiff
path: root/net/nss-pam-ldapd/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/nss-pam-ldapd/files/patch-Makefile.in')
-rw-r--r--net/nss-pam-ldapd/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/nss-pam-ldapd/files/patch-Makefile.in b/net/nss-pam-ldapd/files/patch-Makefile.in
new file mode 100644
index 000000000000..aca8f7a983fc
--- /dev/null
+++ b/net/nss-pam-ldapd/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- ./Makefile.in.orig 2014-06-09 14:12:14.000000000 +0200
++++ ./Makefile.in 2014-06-09 14:12:30.000000000 +0200
+@@ -849,7 +849,7 @@
+ echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not overwrite"; \
+ else \
+ $(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
+- $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
++ $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH).sample; \
+ fi
+ uninstall-nslcd_conf:
+ -rm -f $(DESTDIR)$(NSLCD_CONF_PATH)