Fix the path to deforaos-git-mirror.sh

This commit is contained in:
Pierre Pronchery 2020-02-24 07:03:02 +01:00
parent 945d13d7a5
commit e946811a59

View File

@ -30,7 +30,7 @@ GIT_GITWEB="https://git.defora.org/gitweb"
HOOKS="irc jobs"
IRC_CHANNEL="#DeforaOS"
IRC_SERVER="irc.oftc.net"
JOBS_BRANCH_MASTER="$PREFIX/deforaos-git-mirror.sh"
JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh"
#executables
GIT="/usr/bin/git"
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"