[Pkg-citadel-commit] r240 - webcit/trunk/debian

meskes at alioth.debian.org meskes at alioth.debian.org
Sun Mar 1 13:02:53 UTC 2009


Author: meskes
Date: 2009-03-01 13:02:53 +0000 (Sun, 01 Mar 2009)
New Revision: 240

Modified:
   webcit/trunk/debian/rules
Log:
Fix permissions



Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-03-01 12:56:25 UTC (rev 239)
+++ webcit/trunk/debian/rules	2009-03-01 13:02:53 UTC (rev 240)
@@ -92,7 +92,7 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install-bin install-locale install-wwwdata DESTDIR=$(DESTDIR)
-	chmod -R a-x $(DESTDIR)/usr/share/citadel-webcit/static/*
+	find $(DESTDIR)/usr/share/citadel-webcit/static -type f -exec chmod a-x {} \;
 	mv $(DESTDIR)/usr/share/citadel-webcit/static.local $(DESTDIR)/var/lib/citadel-webcit
 	find $(DESTDIR)/usr/share/locale/ -name webcit.mo -exec chmod a-x {} \;
 	rm $(DESTDIR)/usr/share/citadel-webcit/static/prototype.js




More information about the Pkg-citadel-commit mailing list