------------------------------------------------------------
revno: 833
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Wed 2007-08-08 00:11:12 +0200
message:
  fix PRUNE_OOOBUILD
modified:
  rules
=== modified file 'rules'
--- a/rules     2007-08-07 10:30:53 +0000
+++ b/rules     2007-08-07 22:11:12 +0000
@@ -823,8 +823,8 @@
          $(MAKE) -C ooo-build distclean || true ;\
        fi
 
+ifeq "$(PRUNE_OOOBUILD)" "y"
        # prune upstream ooo-build files
-ifeq "$(PRUNE_OOOBUILD)" "y"
        set -e; \
        cd ooo-build ;\
        rm -rf \
@@ -842,7 +842,7 @@
         src/easter/*.png \
         patches/test/*.tar \
         www/images/*.png \
-        www/l10n/*.gif ; \
+        www/l10n/*.gif
         if [ -d ooo-build/test ]; then \
                find ooo-build/test ooo-build/doc ooo-build/scratch -type f \
                        \( -name '*.123' -o -name '*.doc' -o -name '*.lwp' \

Reply via email to