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

./packages/libreoffice/3.3.0/experimental r2235: rm $(STAMP_DIR)/install after we ran the regcomps in install-arch...



------------------------------------------------------------
revno: 2235
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2010-12-15 17:17:45 +0100
message:
  rm $(STAMP_DIR)/install after we ran the regcomps in install-arch...
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-12-15 16:15:39 +0000
+++ b/rules	2010-12-15 16:17:45 +0000
@@ -2569,6 +2569,9 @@
 		-c 'vnd.sun.star.expand:$$OOO_BASE_DIR/program/libbf_migratefilter$(LIBSUFFIX).so'
 endif
 
+	# the regcomps above fail after done once, force install again
+	rm -f $(STAMP_DIR)/install
+
 	# move the URE to /usr/lib/ure
 	mv debian/ure/$(OOBRANDDIR)/ure debian/ure/usr/lib
 	rmdir debian/ure/$(OOBRANDDIR)


Reply to: