Description: Changed default config file path.
Author: Lucas de Castro Borges <lucas@gnuabordo.com.br>
Last-Update: 2016-12-04
Index: libpam-ldap-186/Makefile.am
===================================================================
--- libpam-ldap-186.orig/Makefile.am
+++ libpam-ldap-186/Makefile.am
@@ -33,13 +33,6 @@ else
 endif
 endif
 
-install-data-local:
-	@$(NORMAL_INSTALL)
-	@if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \
-		$(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-		$(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
-	fi
-
 uninstall-local:
 	@$(NORMAL_UNINSTALL)
 
