Author: ceros-guest
Date: 2008-04-21 03:10:00 +0000 (Mon, 21 Apr 2008)
New Revision: 6691

Modified:
   packages/trunk/warsow/debian/rules
Log:
Fix problem in debian/rules

Modified: packages/trunk/warsow/debian/rules
===================================================================
--- packages/trunk/warsow/debian/rules  2008-04-21 03:08:00 UTC (rev 6690)
+++ packages/trunk/warsow/debian/rules  2008-04-21 03:10:00 UTC (rev 6691)
@@ -22,8 +22,8 @@
 # This is used convert files to be patched from dos to unix EOL convention.
 from-dos:
        dh_testdir
-       fromdos -e warsow_0.32/source/game/q_shared.h
-       fromdos -e warsow_0.32/source/qcommon/files.c
+       fromdos -e warsow_0.42_src/source/game/q_shared.h
+       fromdos -e warsow_0.42_src/source/qcommon/files.c
        touch fromdos-stamp
 
 patch: from-dos patch-stamp
@@ -60,8 +60,8 @@
 # Reverses from-dos target
 to-dos:
        dh_testdir
-       todos -e warsow_0.32/source/game/q_shared.h
-       todos -e warsow_0.32/source/qcommon/files.c
+       todos -e warsow_0.42_src/source/game/q_shared.h
+       todos -e warsow_0.42_src/source/qcommon/files.c
        [ ! -f fromdos-stamp ] || rm fromdos-stamp
 
 install: build


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

Reply via email to