[SCM] C Bindings for the SFML Library branch, master, updated. upstream/1.2-10-g5c2d3b7

Gonéri Le Bouder goneri at rulezlan.org
Fri Jun 13 16:31:32 UTC 2008


The following commit has been merged in the master branch:
commit 5c2d3b7984a0e897505220f8bac23461e34c9394
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Fri Jun 13 18:56:27 2008 +0200

    improve the purge of the .so

diff --git a/debian/rules b/debian/rules
index b5ea37e..2613b9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ build-stamp: configure-stamp
 	touch $@
 
 clean: 
-	-[ -d CSFML/lib ] && cd ./CSFML/lib && find . -name "*so*" -exec rm {} \;
+	find ./CSFML/lib -name "*so*" -exec rm {} \;
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp

-- 
C Bindings for the SFML Library



More information about the Pkg-games-commits mailing list