mirror of https://github.com/dyne/webnomad.git
amended paths to zuper and zuper.init
This commit is contained in:
parent
dc4615dcfc
commit
a7e32cbf4e
4
convert
4
convert
|
|
@ -26,8 +26,8 @@ CMD=`basename $0`
|
|||
return 1
|
||||
}
|
||||
|
||||
source ${DIR}/zuper
|
||||
source ${DIR}/zuper.init
|
||||
source ${DIR}/zuper/zuper
|
||||
source ${DIR}/zuper/zuper.init
|
||||
|
||||
DEBUG=1
|
||||
|
||||
|
|
|
|||
4
init
4
init
|
|
@ -22,9 +22,9 @@ QUIET=0
|
|||
DEBUG=0
|
||||
|
||||
SYS=`dirname $0`
|
||||
source $SYS/zuper
|
||||
source $SYS/zuper/zuper
|
||||
|
||||
source $SYS/zuper.init
|
||||
source $SYS/zuper/zuper.init
|
||||
|
||||
act "Initializing Webnomad"
|
||||
|
||||
|
|
|
|||
4
lock
4
lock
|
|
@ -21,9 +21,9 @@
|
|||
# full path to webnomad's system
|
||||
R="`pwd`"
|
||||
SYS="$R/webnomad"
|
||||
source $SYS/zuper
|
||||
source $SYS/zuper/zuper
|
||||
|
||||
source $SYS/zuper.init
|
||||
source $SYS/zuper/zuper.init
|
||||
|
||||
source $R/config.zsh
|
||||
|
||||
|
|
|
|||
4
preview
4
preview
|
|
@ -21,10 +21,10 @@
|
|||
# full path to webnomad's system
|
||||
R="`pwd`"
|
||||
SYS="$R/webnomad"
|
||||
source $SYS/zuper
|
||||
source $SYS/zuper/zuper
|
||||
vars=(BROWSER TIME_FORMAT OUTPUT_FORMAT SYS)
|
||||
vars=(views BROWSER_WINDOW_ID)
|
||||
source $SYS/zuper.init
|
||||
source $SYS/zuper/zuper.init
|
||||
|
||||
source $R/config.zsh
|
||||
|
||||
|
|
|
|||
4
theme
4
theme
|
|
@ -31,13 +31,13 @@ CMD="`basename $0`"
|
|||
QUIET=0
|
||||
DEBUG=0
|
||||
|
||||
source ${DIR}/zuper
|
||||
source ${DIR}/zuper/zuper
|
||||
|
||||
{ test -r config.zsh } || {
|
||||
error "Directory not configured for WebNomad. First use ./webnomad/init"
|
||||
return 1 }
|
||||
|
||||
source ${DIR}/zuper.init
|
||||
source ${DIR}/zuper/zuper.init
|
||||
|
||||
source config.zsh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue