[PC-BSD Commits] r3448 - in pbibuild/modules/vba: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 13 08:55:06 PST 2009
Author: kris
Date: 2009-02-13 08:55:02 -0800 (Fri, 13 Feb 2009)
New Revision: 3448
Modified:
pbibuild/modules/vba/overlay-dir/bin/vba
pbibuild/modules/vba/pbi.conf
Log:
Updated vba to run properly now :)
Modified: pbibuild/modules/vba/overlay-dir/bin/vba
===================================================================
--- pbibuild/modules/vba/overlay-dir/bin/vba 2009-02-13 16:44:37 UTC (rev 3447)
+++ pbibuild/modules/vba/overlay-dir/bin/vba 2009-02-13 16:55:02 UTC (rev 3448)
@@ -14,12 +14,12 @@
ROM=`kdialog --title "Select.GBA ROM to run" --getopenfilename "~" "*.gba *.GBA *.zip *.ZIP"`
if [ ! -z "${ROM}" ]
then
- /usr/local/bin/VisualBoyAdvance --config=${HOME}/.VisualBoyAdvance.cfg "${ROM}"
+ /Programs/VisualBoyAdvance*/bin/VisualBoyAdvance --config=${HOME}/.VisualBoyAdvance.cfg "${ROM}"
else
kdialog --error "Error: No GBA ROM selcted!"
fi
else
- /usr/local/bin/VisualBoyAdvance --config=${HOME}/.VisualBoyAdvance.cfg "${@}"
+ /Programs/VisualBoyAdvance*/bin/VisualBoyAdvance --config=${HOME}/.VisualBoyAdvance.cfg "${@}"
fi
Modified: pbibuild/modules/vba/pbi.conf
===================================================================
--- pbibuild/modules/vba/pbi.conf 2009-02-13 16:44:37 UTC (rev 3447)
+++ pbibuild/modules/vba/pbi.conf 2009-02-13 16:55:02 UTC (rev 3448)
@@ -32,7 +32,7 @@
# 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="01"
+BUILDKEY="02"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list