aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-28 01:15:27 +0100
committerEugene Sandulenko2015-12-28 01:15:27 +0100
commit13a62ce1a130631cd42fba0901bd5f4b908a5376 (patch)
tree45444cf6d94b8e6be0eebc57b18dc4a376a56b8a
parent0d6b87b785ffba32f166411e6c44fc7abc33e0eb (diff)
downloadscummvm-rg350-13a62ce1a130631cd42fba0901bd5f4b908a5376.tar.gz
scummvm-rg350-13a62ce1a130631cd42fba0901bd5f4b908a5376.tar.bz2
scummvm-rg350-13a62ce1a130631cd42fba0901bd5f4b908a5376.zip
WAGE: Cleanup
-rwxr-xr-xdevtools/create_wage/create_wage.sh25
1 files changed, 15 insertions, 10 deletions
diff --git a/devtools/create_wage/create_wage.sh b/devtools/create_wage/create_wage.sh
index 1ec7ef3ed3..5e8fe352a2 100755
--- a/devtools/create_wage/create_wage.sh
+++ b/devtools/create_wage/create_wage.sh
@@ -8,6 +8,9 @@
#
# More information could be found in the vMac documentation: http://www.gryphel.com/c/image/
#
+# Alternatively you may use vMac instructions for extracting these disk images:
+# http://www.gryphel.com/c/minivmac/recipes/sys7inst/
+#
# Based on instructions posted at
# http://apple.stackexchange.com/questions/58243/can-i-get-the-original-mac-font-chicago-on-a-mountain-lion-mac
@@ -22,7 +25,7 @@ fi
echo_n "Downloading System 7.0.1 image..."
if test ! -f System_7.0.1.smi.bin; then
- curl -s http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
+ curl -s http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
fi
if test ! -f System_7.0.1.smi.bin; then
@@ -62,8 +65,8 @@ echo_n "Copying fonts..."
for i in Athens Cairo Chicago Courier Geneva Helvetica London "Los Angeles" Monaco "New York" Palatino "San Francisco" Symbol Times Venice
do
- echo $i
- macbinary encode "/Volumes/Fonts/$i" -o "$i.bin" -n
+ echo $i
+ macbinary encode "/Volumes/Fonts/$i" -o "$i.bin" -n
done
echo ...Done
@@ -71,9 +74,9 @@ echo ...Done
hdiutil detach -quiet `hdiutil info|grep "/Volumes/Fonts"|cut -f 1`
if test ! -f fondu_src-060102.tgz; then
- echo_n "Getting fondu_src-060102.tgz..."
- curl -s http://fondu.sourceforge.net/fondu_src-060102.tgz -o fondu_src-060102.tgz
- tar xf fondu_src-060102.tgz
+ echo_n "Getting fondu_src-060102.tgz..."
+ curl -s http://fondu.sourceforge.net/fondu_src-060102.tgz -o fondu_src-060102.tgz
+ tar xf fondu_src-060102.tgz
fi
if test ! -d fondu-060102; then
@@ -84,10 +87,10 @@ fi
echo done
if test ! -x fondu-060102/fondu; then
- echo_n "Compiling fondu..."
- cd fondu-060102
- ./configure >configure.log 2>&1 && make 2>&1 >make.log
- cd ..
+ echo_n "Compiling fondu..."
+ cd fondu-060102
+ ./configure >configure.log 2>&1 && make 2>&1 >make.log
+ cd ..
fi
if test ! -x fondu-060102/fondu; then
@@ -112,3 +115,5 @@ rm *.ttf
rm *.bin
rm *.dmg
echo done
+
+ls -l wage.dat