osmo-build-dep.sh: Let autotools install systemd services to correct path

Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
This commit is contained in:
Pau Espin 2018-09-10 10:57:31 +02:00
parent c52d3505f8
commit 08b81bf085
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ cd "$project"
mkdir -p "$inst/stow"
autoreconf --install --force
./configure --prefix="$inst/stow/$project" $cfg
./configure --prefix="$inst/stow/$project" --with-systemdsystemunitdir="$inst/stow/$project/lib/systemd/system" $cfg
$MAKE $PARALLEL_MAKE install
# Make the dependencies available through symlinks in $deps ($PWD/..).