[SCM] Installer for game data files branch, quake, updated. 1f90b116ccca532acc17dd77a8261cff54f9e471

Jon Dowland jmtd at debian.org
Thu Apr 7 21:32:42 UTC 2011


The following commit has been merged in the quake branch:
commit aa148c0a11e8ba025716ef346ba1add5903ff5e3
Author: Jon Dowland <jmtd at debian.org>
Date:   Thu Apr 7 21:58:06 2011 +0100

    quake: fix guess/swzip method: md5sum check

diff --git a/supported/quake b/supported/quake
index c9a5dbe..de96f4e 100644
--- a/supported/quake
+++ b/supported/quake
@@ -70,12 +70,15 @@ go() {
 guess_method() {
     if [ -f "$mountpoint/id1/pak0.pak" ]; then
         debug "treating $mountpoint like an installed directory"
+        method="dir"
         dir_method
     elif [ -f "$mountpoint/q101_int.1" ]; then
         debug "treating $mountpoint like a CD-ROM"
+        method="cdrom"
         cdrom_method
     elif [ -f "$mountpoint" ]; then
         debug "treating $mountpoint like a shareware ZIP"
+        method="swzip"
         swzip_method
     else
         die "couldn't figure out what method to use for mountpoint $mountpoint"

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list