r7738 - in packages/trunk/biniax2/debian: . patches

Miriam Ruiz miriam at alioth.debian.org
Wed Jul 16 16:09:52 UTC 2008


Author: miriam
Date: 2008-07-16 16:09:51 +0000 (Wed, 16 Jul 2008)
New Revision: 7738

Modified:
   packages/trunk/biniax2/debian/changelog
   packages/trunk/biniax2/debian/patches/fixes.patch
Log:
Fixed patch fixes.patch to save hall of fame in biniax2/hof instead of
biniax2/config



Modified: packages/trunk/biniax2/debian/changelog
===================================================================
--- packages/trunk/biniax2/debian/changelog	2008-07-16 14:05:31 UTC (rev 7737)
+++ packages/trunk/biniax2/debian/changelog	2008-07-16 16:09:51 UTC (rev 7738)
@@ -1,6 +1,7 @@
 biniax2 (0.0.20080409-2) UNRELEASED; urgency=low
 
-  * 
+  * Fixed patch fixes.patch to save hall of fame in biniax2/hof instead of
+    biniax2/config
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 25 Jun 2008 16:05:36 +0200
 

Modified: packages/trunk/biniax2/debian/patches/fixes.patch
===================================================================
--- packages/trunk/biniax2/debian/patches/fixes.patch	2008-07-16 14:05:31 UTC (rev 7737)
+++ packages/trunk/biniax2/debian/patches/fixes.patch	2008-07-16 16:09:51 UTC (rev 7738)
@@ -345,7 +345,7 @@
 +			return BNX_FALSE;
 +		}
 +	}
-+	strncat(filename, "/config", sizeof(filename)-1);
++	strncat(filename, "/hof", sizeof(filename)-1);
 +	return filename;
 +#else
 +	return "./hof.bnx2";




More information about the Pkg-games-commits mailing list