r600 - packages/vdrift/vdrift-data/trunk/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Fri May 5 08:56:26 UTC 2006


Author: goneri-guest
Date: 2006-05-05 08:56:25 +0000 (Fri, 05 May 2006)
New Revision: 600

Modified:
   packages/vdrift/vdrift-data/trunk/debian/rules
Log:
fix executable-not-elf-or-script
As usuage: Thank you Eddy :)


Modified: packages/vdrift/vdrift-data/trunk/debian/rules
===================================================================
--- packages/vdrift/vdrift-data/trunk/debian/rules	2006-05-04 23:57:06 UTC (rev 599)
+++ packages/vdrift/vdrift-data/trunk/debian/rules	2006-05-05 08:56:25 UTC (rev 600)
@@ -36,6 +36,8 @@
 	dh_installdirs usr/share/games/vdrift
 	cp -r data/* $(CURDIR)/debian/vdrift-data/usr/share/games/vdrift
 	find  $(CURDIR)/debian/vdrift-data/ -name 'SConscript' -type f -prune -exec rm -Rf {} \;
+	find  $(CURDIR)/debian/vdrift-data/ -type f -prune -exec chmod 644 {} \;
+	find  $(CURDIR)/debian/vdrift-data/ -type d -prune -exec chmod 755 {} \;
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-games-commits mailing list