[Forensics-changes] [SCM] debian-forensics/galleta branch, debian, updated. debian/1.0+20040505-2-5-g8f8fc8b

Christophe Monniez christophe.monniez at fccu.be
Thu Aug 14 21:49:27 UTC 2008


The following commit has been merged in the debian branch:
commit 8f8fc8b23a7fb2f5abb2510718025db0ec4a8987
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Thu Aug 14 23:48:50 2008 +0200

    Fix rules to build on alpha and mipsel, thanks to Thiemo Seufer for the patch (Closes: #495117).

diff --git a/debian/rules b/debian/rules
index a1f311c..00a0247 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ clean:
 
 	$(MAKE) -C src clean
 	rm -rf bin
-	mkdir bin
 
 	dh_clean
 
@@ -15,6 +14,7 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
+	mkdir -p bin
 	$(MAKE) -C src
 
 	touch build-stamp

-- 
debian-forensics/galleta



More information about the forensics-changes mailing list