Making the binary installation path variable is useless, it is hardcoded in too many places

This commit is contained in:
Shadowigor 2016-08-28 18:14:00 +02:00
parent 58eb1d85c9
commit cbe5ba598e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ SCRIPT_BUILD=2016052601
#TODO: silent mode and no stats mode
CONF_DIR=$FAKEROOT/etc/$PROGRAM
BIN_DIR="$FAKEROOT${BIN_DIR:-/usr/local/bin}"
BIN_DIR="$FAKEROOT/usr/local/bin"
SERVICE_DIR_INIT=$FAKEROOT/etc/init.d
# Should be /usr/lib/systemd/system, but /lib/systemd/system exists on debian & rhel / fedora
SERVICE_DIR_SYSTEMD_SYSTEM=$FAKEROOT/lib/systemd/system