[SCM] packaging for the mame arcade game emulator branch, master, updated. 9e768633840bac6f77a4628d320af9c567521be3

Emmanuel Kasper emmanuel at libera.cc
Fri Feb 18 13:01:35 UTC 2011


The following commit has been merged in the master branch:
commit b2c82dd13991443b9fac9171075a636907f155a7
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Fri Feb 18 02:08:00 2011 +0100

    Fix wrong spacing

diff --git a/debian/mame.postinst b/debian/mame.postinst
index ce46437..55f7e43 100644
--- a/debian/mame.postinst
+++ b/debian/mame.postinst
@@ -41,7 +41,7 @@ if [ ! -e $INIFILE ]; then
 # or here for all users" $INIFILE
     
     # Allow user defined profile in $HOME/.mame/mame.ini    
-    sed  -i 's, /etc/mame,$HOME/.mame;&,' $INIFILE
+    sed  -i 's,/etc/mame$,$HOME/.mame;&,' $INIFILE
 
     # edit core search path options
     SYSTEM_PATH=/usr/share/games/mame	

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list