[SCM] Packaging for Liero branch, master, updated. upstream/1.35_b2+20100124.1-6-g9c4263d

Martin Erik Werner martinerikwerner at gmail.com
Wed Dec 21 01:10:06 UTC 2011


The following commit has been merged in the master branch:
commit 9c4263d76da053fd7845dc1ce4a0a64cf0470a4a
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Wed Dec 21 02:09:23 2011 +0100

    Moving data from lib to share

diff --git a/debian/liero.6 b/debian/liero.6
index eb1618e..edf0729 100644
--- a/debian/liero.6
+++ b/debian/liero.6
@@ -16,7 +16,7 @@ is a hack that reads data from the original Liero binaries, and recreates Liero
 .TP
 .I lieroexepath
 Specify a custom path to LIERO.EXE, the directory of the specified LIERO.EXE needs to also contain the necessary original Liero binaries for the game to work, defaults to
-.B /usr/lib/liero-data/LIERO.EXE
+.B /usr/share/games/liero/LIERO.EXE
 .TP
 .BI -v sdlvideodriver
 deprecated.
diff --git a/debian/scripts/liero b/debian/scripts/liero
index 5584a7c..429b946 100644
--- a/debian/scripts/liero
+++ b/debian/scripts/liero
@@ -11,6 +11,6 @@ if [ "$manualpath" = "true" ]; then
 	exec /usr/lib/games/liero/liero ${1+"$@"}
 else
 	exec /usr/lib/games/liero/liero ${1+"$@"} \
-					/usr/lib/games/liero-data/LIERO.EXE
+					/usr/share/games/liero/LIERO.EXE
 fi
 

-- 
Packaging for Liero



More information about the Pkg-games-commits mailing list