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:
- Prev by Date:
CVS:oo-deb/debian changelog,1.362,1.363 rules,1.231,1.232
- Next by Date:
CVS:oo-deb/debian changelog,1.362.2.1,1.362.2.2
- Previous by thread:
CVS:oo-deb/debian changelog,1.362,1.363 rules,1.231,1.232
- Next by thread:
CVS:oo-deb/debian changelog,1.362.2.1,1.362.2.2
- Index(es):