Executing mkdir for BIN_DIR should be dependent on FAKEROOT for installation

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

View File

@ -283,11 +283,7 @@ do
done done
if [ "$FAKEROOT" != "" ]; then if [ "$FAKEROOT" != "" ]; then
mkdir -p $SERVICE_DIR_SYSTEMD_SYSTEM $SERVICE_DIR_SYSTEMD_USER mkdir -p "$SERVICE_DIR_SYSTEMD_SYSTEM" "$SERVICE_DIR_SYSTEMD_USER" "$BIN_DIR"
fi
if [ "$BIN_DIR" != "/usr/local/bin" ]; then
mkdir -p "$BIN_DIR"
fi fi
SetOSSettings SetOSSettings