nss-pam-ldapd commit: r1377 - nss-pam-ldapd/pynslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1377 - nss-pam-ldapd/pynslcd
- 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: r1377 - nss-pam-ldapd/pynslcd
- Date: Sun, 6 Mar 2011 15:52:06 +0100 (CET)
Author: arthur
Date: Sun Mar 6 15:52:05 2011
New Revision: 1377
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1377
Log:
clean up compiled python files
Modified:
nss-pam-ldapd/pynslcd/Makefile.am
Modified: nss-pam-ldapd/pynslcd/Makefile.am
==============================================================================
--- nss-pam-ldapd/pynslcd/Makefile.am Sun Mar 6 15:49:25 2011 (r1376)
+++ nss-pam-ldapd/pynslcd/Makefile.am Sun Mar 6 15:52:05 2011 (r1377)
@@ -26,6 +26,10 @@
all-local: $(nodist_pynslcd_PYTHON)
+# clean up locally created compiled Python files
+clean:
+ rm -f *.pyc *.pyo
+
# create a symbolic link for the pynslcd daemon and fix permissions
install-data-hook:
chmod a+rx $(DESTDIR)$(pynslcddir)/pynslcd.py
--
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: r1377 - nss-pam-ldapd/pynslcd,
Commits of the nss-pam-ldapd project