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

meskes at alioth.debian.org meskes at alioth.debian.org
Mon Feb 23 09:44:34 UTC 2009


Author: meskes
Date: 2009-02-23 09:44:33 +0000 (Mon, 23 Feb 2009)
New Revision: 212

Modified:
   webcit/trunk/debian/rules
Log:
Remove static.local dir even if something (an empty dir this time) is left.


Modified: webcit/trunk/debian/rules
===================================================================
--- webcit/trunk/debian/rules	2009-02-23 09:30:43 UTC (rev 211)
+++ webcit/trunk/debian/rules	2009-02-23 09:44:33 UTC (rev 212)
@@ -90,7 +90,7 @@
 	dh_installdirs
 	$(MAKE) install-bin install-locale install-wwwdata DESTDIR=$(DESTDIR)
 	chmod a-x $(DESTDIR)/usr/share/citadel-webcit/static/*
-	rmdir $(DESTDIR)/usr/share/citadel-webcit/static.local
+	rm -rf $(DESTDIR)/usr/share/citadel-webcit/static.local
 	find $(DESTDIR)/usr/share/locale/ -name webcit.mo -exec chmod a-x {} \;
 	rm $(DESTDIR)/usr/share/citadel-webcit/static/prototype.js
 	rm $(DESTDIR)/usr/share/citadel-webcit/static/scriptaculous.js




More information about the Pkg-citadel-commit mailing list