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

Modified Files:
      Tag: OPENOFFICE_ORG_1_1_2
        rules 
Log Message:
insert missed -o...

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.15
retrieving revision 1.214.2.16
diff -u -d -r1.214.2.15 -r1.214.2.16
--- rules       9 Jul 2004 20:07:12 -0000       1.214.2.15
+++ rules       9 Jul 2004 20:43:56 -0000       1.214.2.16
@@ -370,7 +370,7 @@
        if [ -d $(OOO_BUILD)/test ]; then \
                find $(OOO_BUILD)/test -type f \
                     \( -name '*.xls' -o -name '*.sx?' -o -name '*.doc' \
-                       -name '*.123' \) -exec rm {} \; ;\
+                       -o -name '*.123' \) -exec rm {} \; ;\
        fi
 
        cd $(SOURCE_TREE)/config_office && \

Reply via email to