Author: baby-guest
Date: 2007-08-04 21:01:59 +0000 (Sat, 04 Aug 2007)
New Revision: 3558

Modified:
   packages/trunk/btanks/debian/rules
Log:
Removing rpath the hard way



Modified: packages/trunk/btanks/debian/rules
===================================================================
--- packages/trunk/btanks/debian/rules  2007-08-04 20:52:53 UTC (rev 3557)
+++ packages/trunk/btanks/debian/rules  2007-08-04 21:01:59 UTC (rev 3558)
@@ -52,6 +52,7 @@
        dh_clean -k 
        dh_installdirs
        find data | while read l; do if [ -f "$$l" ]; then chmod -x "$$l"; fi; 
done
+       chrpath --delete bt
 
 # Build architecture-independent files here.
 binary-indep: build install


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

Reply via email to