nss-pam-ldapd commit: r1348 - in nss-pam-ldapd: . pam
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1348 - in nss-pam-ldapd: . pam
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1348 - in nss-pam-ldapd: . pam
- Date: Wed, 29 Dec 2010 23:20:54 +0100 (CET)
Author: arthur
Date: Wed Dec 29 23:20:53 2010
New Revision: 1348
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1348
Log:
fix distcheck by passing --with-pam-seclib-dir to configure and remove unneeded
slashes
Modified:
nss-pam-ldapd/Makefile.am
nss-pam-ldapd/pam/Makefile.am
Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am Wed Dec 29 22:50:17 2010 (r1347)
+++ nss-pam-ldapd/Makefile.am Wed Dec 29 23:20:53 2010 (r1348)
@@ -67,7 +67,7 @@
EXTRA_DIST = nslcd.conf nslcd.h $(wildcard ChangeLog-20??) \
$(wildcard m4/*.m4) HACKING $(DEBIAN_FILES)
-DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings
--with-pam-seclib-dir="\$${libdir}/security"
ACLOCAL_AMFLAGS = -I m4
Modified: nss-pam-ldapd/pam/Makefile.am
==============================================================================
--- nss-pam-ldapd/pam/Makefile.am Wed Dec 29 22:50:17 2010 (r1347)
+++ nss-pam-ldapd/pam/Makefile.am Wed Dec 29 23:20:53 2010 (r1348)
@@ -34,9 +34,9 @@
uninstall-local: uninstall-pam_ldap_so
install-pam_ldap_so: pam_ldap.so
- -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME)
- $(mkinstalldirs) $(DESTDIR)/$(PAM_SECLIB_DIR)
+ -rm -f $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME)
+ $(mkinstalldirs) $(DESTDIR)$(PAM_SECLIB_DIR)
$(INSTALL_PROGRAM) pam_ldap.so
$(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME)
uninstall-pam_ldap_so:
- -rm -f $(DESTDIR)/$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME)
+ -rm -f $(DESTDIR)$(PAM_SECLIB_DIR)/$(PAM_LDAP_SONAME)
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1348 - in nss-pam-ldapd: . pam,
Commits of the nss-pam-ldapd project