Directory creation for fakeroot is more dynamic now

This commit is contained in:
Shadowigor 2016-08-28 16:37:43 +02:00
parent 2e0f2cbb55
commit 21116f470e
1 changed files with 1 additions and 1 deletions

View File

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