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

CVS:oo-deb/debian rules,1.231.2.1,1.231.2.2



Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv6248/debian

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_3
	rules 
Log Message:
fix broken if statement breaking with-Java builds, thanks martink

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.231.2.1
retrieving revision 1.231.2.2
diff -u -d -r1.231.2.1 -r1.231.2.2
--- rules	11 Aug 2004 16:47:04 -0000	1.231.2.1
+++ rules	12 Aug 2004 14:38:33 -0000	1.231.2.2
@@ -1108,7 +1108,7 @@
 	for iso in $(LANGPACKISOS); do \
           langiso=`echo $$iso | tr A-Z a-z`;      \
 	  prefix=`debian/local/openoffice-xlate-lang -p $$iso`;\
-	    if [ -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
+	    if [ -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res ]; then \
 	      rm -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
 	    fi; \
 	done



Reply to: