[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2/unstable r2001: re-add $(STAMP_DIR) rm -rf which went to somewhere...



------------------------------------------------------------
revno: 2001
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Sat 2010-06-05 07:25:34 +0200
message:
  re-add $(STAMP_DIR) rm -rf which went to somewhere...
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-05-27 22:22:34 +0000
+++ b/rules	2010-06-05 05:25:34 +0000
@@ -1534,6 +1534,7 @@
 	# Files created in debian directory
 	rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm
 	find debian -name "*.links" ! -name "openoffice.org-common*.links" -exec rm {} \;
+	if [ -d "$(STAMP_DIR)" ]; then rm -rf "$(STAMP_DIR)"; fi
 	rm -f debian/shlibs.override.stdlibs
 	rm -f debian/*.bug-script
 	rm -f debian/scripts/aotcompile.py*


Reply to: