Use PREFIX for /usr/local
This commit is contained in:
parent
197ef88a99
commit
7ca82023a4
|
@ -30,10 +30,11 @@ GIT_MIRROR="/home/defora/git"
|
||||||
GIT_REMOTE="origin"
|
GIT_REMOTE="origin"
|
||||||
IRC_CHANNEL="#DeforaOS"
|
IRC_CHANNEL="#DeforaOS"
|
||||||
IRC_SERVER="irc.oftc.net"
|
IRC_SERVER="irc.oftc.net"
|
||||||
|
PREFIX="/usr/local"
|
||||||
#executables
|
#executables
|
||||||
GIT="/usr/bin/git"
|
GIT="/usr/bin/git"
|
||||||
GIT_MESSAGE="/usr/local/libexec/deforaos-git-message.sh"
|
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"
|
||||||
IRC="/usr/local/libexec/deforaos-irc.sh -N -s $IRC_SERVER -c $IRC_CHANNEL -n defora"
|
IRC="$PREFIX/libexec/deforaos-irc.sh -N -s $IRC_SERVER -c $IRC_CHANNEL -n defora"
|
||||||
MKTEMP="/bin/mktemp"
|
MKTEMP="/bin/mktemp"
|
||||||
RM="/bin/rm -f"
|
RM="/bin/rm -f"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user