[PC-BSD Commits] r3167 - in pbibuild/modules/drascula: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 2 09:19:49 PST 2009
Author: gonzalo
Date: 2009-01-02 09:19:48 -0800 (Fri, 02 Jan 2009)
New Revision: 3167
Modified:
pbibuild/modules/drascula/copy-files
pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/drascula/pbi.conf
Log:
drascula fetched file doesnt work until now
Modified: pbibuild/modules/drascula/copy-files
===================================================================
--- pbibuild/modules/drascula/copy-files 2008-12-30 21:25:45 UTC (rev 3166)
+++ pbibuild/modules/drascula/copy-files 2009-01-02 17:19:48 UTC (rev 3167)
@@ -1,4 +1,4 @@
/usr/local/bin/scummvm bin/
/usr/local/man/man6/scummvm.6.gz man/man6/scummvm.6.gz
/usr/local/share/doc/scummvm/* share/doc/scummvm/
-/usr/ports/distfiles/drascula.lzma game/drascula.lzma
\ No newline at end of file
+/usr/ports/distfiles/drascula.lzma game/
\ No newline at end of file
Modified: pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2008-12-30 21:25:45 UTC (rev 3166)
+++ pbibuild/modules/drascula/overlay-dir/PBI.SetupScript.sh 2009-01-02 17:19:48 UTC (rev 3167)
@@ -15,11 +15,11 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
ln -s /Programs/${PROGDIR}/.sbin/drascula /usr/local/bin/drascula
-echo 'MSG: Descompressing drascula...'
-lzma d -so | tar xvpf - /Programs/${PROGDIR}/game/drascula.lzma
echo 'MSG: Making needed paths...'
mkdir /Programs/${PROGDIR}/game/savedgames
chmod 775 -fR /Programs/${PROGDIR}/game
+echo 'MSG: Descompressing drascula...'
+lzma d -so | tar xvpf - /Programs/${PROGDIR}/game/drascula.lzma
echo 'MSG: Select language...'
IDIOMA=$(kdialog --combobox "Select a language:" "English" "Spanish" "French" "German" "Italian")
echo "${IDIOMA}"
Modified: pbibuild/modules/drascula/pbi.conf
===================================================================
--- pbibuild/modules/drascula/pbi.conf 2008-12-30 21:25:45 UTC (rev 3166)
+++ pbibuild/modules/drascula/pbi.conf 2009-01-02 17:19:48 UTC (rev 3167)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="07"
+BUILDKEY="08"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list