The following commit has been merged in the master branch:
commit 5c2d3b7984a0e897505220f8bac23461e34c9394
Author: Gonéri Le Bouder <[EMAIL PROTECTED]>
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

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

Reply via email to