This commit is contained in:
Gwenhael Le Moine 2019-03-12 08:10:15 +01:00
parent f76a9981e2
commit 9faa0b7d2c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -24,7 +24,8 @@ cd $PKG/usr/share/games
unzip $CWD/Blockout_1989.zip
mv blkout $PRGNAM
cd $PRGNAM
chmod a+w /usr/share/games/$PRGNAM/*
touch $PKG/usr/share/games/Blockout/BLSCORE.IDX
chmod a+w $PKG/usr/share/games/$PRGNAM/*
cat <<EOF > dosbox.config
[sdl]
@ -148,12 +149,7 @@ dosbox -conf /usr/share/games/$PRGNAM/dosbox.config
EOF
chmod +x $PRGNAM.sh
cp $CWD/*.pdf $CWD/*.gif $PKG/usr/doc/$PRGNAM/
chown -R root:root $PKG/*
chmod -R go-w $PKG/usr/share/games/Another_World/
chmod 666 $PKG/usr/share/games/Another_World/DATA/*
chmod a+w $PKG/usr/share/games/Another_World/DATA/{GLOBAL.FIB,DATA/FB_TXT.FNT,DATA/LOGOS.POL}
mkdir -p $PKG/install