[SCM] Packaging the irrlicht game engine branch, master, updated. upstream/1.5-52-g78a68ea

Christoph Egger Christoph.Egger at gmx.de
Tue Sep 8 15:30:27 UTC 2009


The following commit has been merged in the master branch:
commit 78a68ead97537bc65b4053c053b720dd1d43420f
Author: Christoph Egger <Christoph.Egger at gmx.de>
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



More information about the Pkg-games-commits mailing list