Remove local specificities from the script

This commit is contained in:
Pierre Pronchery 2020-11-04 00:04:32 +01:00
parent e84627261b
commit 6d04ad30b0

View File

@ -30,7 +30,7 @@
PREFIX="/usr/local"
#executables
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message"
DEFORAOS_IRC="$PREFIX/libexec/deforaos-irc -N -n defora"
DEFORAOS_IRC="$PREFIX/libexec/deforaos-irc"
DEFORAOS_JOBS="$PREFIX/bin/deforaos-jobs"
MKTEMP="mktemp"
RM="rm -f"