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

./packages/openofficeorg/3.3.0/experimental r2047: disable mv of images_* to /usr/share as long as the ooo-build patch making that possible isn't ported yet



------------------------------------------------------------
revno: 2047
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2010-07-06 15:08:01 +0200
message:
  disable mv of images_* to /usr/share as long as the ooo-build patch making that possible isn't ported yet
modified:
  rules
=== modified file 'rules'
--- a/rules	2010-07-06 13:07:24 +0000
+++ b/rules	2010-07-06 13:08:01 +0000
@@ -3387,15 +3387,16 @@
 		rm -rf $$z; \
 	done
 endif
-	set -e; \
-	for i in $(IMAGES); do \
-		z=images_$$i.zip; p=$$i; \
-		case "$$i" in $(DEFAULT_IMAGE)) z=images.zip; esac; \
-		case "$$i" in classic) p=andromeda; esac; \
-		mkdir -p $(PKGDIR)-style-$$p/$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config; \
-		mv $(PKGDIR)-common/$(OODIR)/share/config/$$z \
-			$(PKGDIR)-style-$$p/$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config/; \
-	done
+#	FIXME: disabled until the patches allowing this are ported in ooo-build
+#	set -e; \
+#	for i in $(IMAGES); do \
+#		z=images_$$i.zip; p=$$i; \
+#		case "$$i" in $(DEFAULT_IMAGE)) z=images.zip; esac; \
+#		case "$$i" in classic) p=andromeda; esac; \
+#		mkdir -p $(PKGDIR)-style-$$p/$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config; \
+#		mv $(PKGDIR)-common/$(OODIR)/share/config/$$z \
+#			$(PKGDIR)-style-$$p/$(shell echo $(OODIR) | sed -e s/lib/share/)/share/config/; \
+#	done
 
 	rm -rf $(PKGDIR)-dtd-officedocument1.0
 	mkdir -p $(PKGDIR)-dtd-officedocument1.0/$(OODIR)/share/dtd


Reply to: