r8400 - packages/trunk/renpy/debian

Miriam Ruiz miriam at alioth.debian.org
Thu Nov 13 10:30:38 UTC 2008


Author: miriam
Date: 2008-11-13 10:30:38 +0000 (Thu, 13 Nov 2008)
New Revision: 8400

Modified:
   packages/trunk/renpy/debian/rules
Log:
Fixed installation stuff



Modified: packages/trunk/renpy/debian/rules
===================================================================
--- packages/trunk/renpy/debian/rules	2008-11-13 10:23:54 UTC (rev 8399)
+++ packages/trunk/renpy/debian/rules	2008-11-13 10:30:38 UTC (rev 8400)
@@ -52,7 +52,7 @@
 	# renpy/ - Contains the python source code for Ren'Py.
 	dh_install -prenpy  renpy/* usr/share/games/renpy/renpy/
 	# data/ - Contains the data for the launcher.
-	dh_install -prenpy  data/* usr/share/games/renpy/data/
+	dh_install -prenpy  launcher/* usr/share/games/renpy/launcher/
 	# Scripts that give additional features.
 	dh_install -prenpy  template/* usr/share/games/renpy/template/
 




More information about the Pkg-games-commits mailing list