projects
/
brisk-img.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bfa4fb
)
correct default import
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 22 Nov 2008 14:58:29 +0000
(14:58 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 22 Nov 2008 14:58:29 +0000
(14:58 +0000)
INSTALL.sh
patch
|
blob
|
history
diff --git
a/INSTALL.sh
b/INSTALL.sh
index
77aad60
..
3eb4e18
100755
(executable)
--- a/
INSTALL.sh
+++ b/
INSTALL.sh
@@
-7,8
+7,8
@@
ftok_path="/var/lib/brisk"
web_path="$HOME/brisk"
web_only=0
-if [ -f $HOME/.
brisk
_install ]; then
- . $HOME/.
spawn
_install
+if [ -f $HOME/.
trusty
_install ]; then
+ . $HOME/.
trusty
_install
fi
function usage () {