summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/gorua/files/goRua.sh')
-rw-r--r--net-www/gorua/files/goRua.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-www/gorua/files/goRua.sh b/net-www/gorua/files/goRua.sh
index 65fa3f55672e..8da42d17a47c 100644
--- a/net-www/gorua/files/goRua.sh
+++ b/net-www/gorua/files/goRua.sh
@@ -1,8 +1,11 @@
#!/bin/sh
GORUA_DATADIR=%%GORUA_DATADIR%%
+#BBSMENU=http://www43.tok2.com/home/syatol/2chboard/2chmenu.html
+BBSMENU=http://azlucky.s25.xrea.com/2chboard/bbsmenu.html
-cd ${GORUA_DATADIR} ; make update > /dev/null 2>&1
+cd ${GORUA_DATADIR}
+make BOARDINFO_URL=${BBSMENU} update > /dev/null 2>&1
cd -
-exec goRua.rb
+exec /usr/bin/goRua.rb