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" PREFIX="/usr/local"
#executables #executables
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message" 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" DEFORAOS_JOBS="$PREFIX/bin/deforaos-jobs"
MKTEMP="mktemp" MKTEMP="mktemp"
RM="rm -f" RM="rm -f"