r3558 - packages/trunk/btanks/debian

Miriam Ruiz baby-guest at alioth.debian.org
Sat Aug 4 21:01:59 UTC 2007


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




More information about the Pkg-games-commits mailing list