The following commit has been merged in the master branch:
commit b25d0c2c432df070eb195ce63e42533925e6552e
Author: Christoph Egger <[email protected]>
Date:   Mon Jun 15 00:41:02 2009 +0200

    lib/ is missing from time to time, just create it if needed

diff --git a/debian/rules b/debian/rules
index 8653250..356d632 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ configure-stamp: $(QUILT_STAMPFN)
 build: build-stamp
 build-stamp: configure-stamp 
        dh_testdir
-
+       -mkdir lib 
        $(MAKE) sfml
        touch $@
 

-- 
Simple and fast multimedia library for C++

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

Reply via email to