[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-0.9.61-127-g815a087

Ove Kaaven ovek at arcticnet.no
Sat May 3 08:06:17 UTC 2008


The following commit has been merged in the master branch:
commit e2e2ee05a9b82bc53c24922ed748015e9c3f9e0d
Author: Ove Kaaven <ovek at arcticnet.no>
Date:   Sat May 3 05:10:51 2008 +0200

    Allow clean rule to succeed if invoked more than once with DEB_SAVEBUILD set.

diff --git a/debian/rules b/debian/rules
index a2b06bb..1b41b58 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,7 +143,7 @@ clean-arch32:
 ifeq (,$(DEB_SAVEBUILD))
 	rm -rf build32
 else
-	mv build32 /tmp
+	mv build32 /tmp || true
 endif
 
 clean-arch64:
@@ -154,7 +154,7 @@ clean-arch64:
 ifeq (,$(DEB_SAVEBUILD))
 	rm -rf build64
 else
-	mv build64 /tmp
+	mv build64 /tmp || true
 endif
 
 clean: $(patsubst build%,clean-arch%,$(BUILDS))

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list