The following commit has been merged in the master branch:
commit 9808c37e81c121502286507f2475525d85b867b8
Author: Christoph Egger <[email protected]>
Date:   Wed Jul 29 20:52:53 2009 +0200

    improve rules

diff --git a/debian/rules b/debian/rules
index 613fa35..454320c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,8 @@ major=1
 build-lib-%: $(QUILT_STAMPFN) #move-away
        dh_testdir
 
+       [ -d lib/Linux ] || mkdir -p lib/Linux
+
        (cd source/Irrlicht; \
                CFLAGS="$(CFLAGS)" LFLAGS="$(LFLAGS)" CXXFLAGS="$(CXXFLAGS)" 
$(MAKE) $*; \
        );

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