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

Christophe Monniez christophe.monniez at fccu.be
Thu Aug 14 21:52:03 UTC 2008


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

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

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/pasco



More information about the forensics-changes mailing list