CVS:oo-deb/debian rules,1.232,1.233
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv32339
Modified Files:
rules
Log Message:
Remove unnecessary if, not needed when using rm -f
Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- rules 12 Aug 2004 14:38:09 -0000 1.232
+++ rules 16 Aug 2004 10:17:20 -0000 1.233
@@ -1106,9 +1106,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 ]; then \
- rm -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
- fi; \
+ rm -f $(MAINPKGDIR)-l10n-$$langiso$(OPENOFFICEDIR)/program/resource/jvm$(BUILDNUM)$$prefix.res; \
done
endif
Reply to: