nss-pam-ldapd commit: r1389 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1389 - nss-pam-ldapd
- 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: r1389 - nss-pam-ldapd
- Date: Fri, 11 Mar 2011 21:37:47 +0100 (CET)
Author: arthur
Date: Fri Mar 11 21:37:46 2011
New Revision: 1389
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1389
Log:
ensure that permissions are sane in the distributed tarball
Modified:
nss-pam-ldapd/Makefile.am
Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am Fri Mar 11 19:02:59 2011 (r1388)
+++ nss-pam-ldapd/Makefile.am Fri Mar 11 21:37:46 2011 (r1389)
@@ -87,6 +87,10 @@
uninstall-nslcd_conf:
-rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
+# fix permissions before distributing
+dist-hook:
+ chmod -R a+rX $(distdir)
+
# target for easily creating a Debian package
# the find is an ugly hack to fix a bug if being built on an nfs filesystem
deb: distdir
--
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: r1389 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project