[Debpool-commits] [SCM] Debpool Project Repository branch, master, updated. 0.2.3-63-g38a32aa

ceros-guest ceros-guest at alioth.debian.org
Tue Jun 3 07:07:00 UTC 2008


The following commit has been merged in the master branch:
commit 8af6898afd2223c81b4b93969b16a6c3cd4abed0
Author: ceros-guest <ceros-guest>
Date:   Thu Jan 10 02:48:03 2008 +0000

    Fix error in debian/rules.

diff --git a/debian/rules b/debian/rules
index ec514ac..1e02d24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 build:
 	dh_testdir
-	mkdir debian/tmp
+	[ -d debian/tmp ] || mkdir debian/tmp
 	pod2man --name="DebPool::Config" --center="DebPool Configuration" \
 		--section=5  share/DebPool/Config.pm debian/tmp/DebPool::Config.5
 	touch build-stamp

-- 
Debpool Project Repository



More information about the Debpool-commits mailing list