The following commit has been merged in the master branch:
commit 78a68ead97537bc65b4053c053b720dd1d43420f
Author: Christoph Egger <[email protected]>
Date:   Tue Sep 8 17:30:21 2009 +0200

    A bit less redundant

diff --git a/debian/rules b/debian/rules
index 52355a2..fbf3560 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ major=1
 build-lib-%: $(QUILT_STAMPFN)
        dh_testdir
 
-       [ -d lib/Linux ] || mkdir -p lib/Linux
+       mkdir -p lib/Linux
 
        CFLAGS="$(CFLAGS)" LFLAGS="$(LFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(MAKE) -C 
source/Irrlicht $*
 

-- 
Packaging the irrlicht game engine

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to