Pau Espin Pedrol has uploaded this change for review. ( 
https://gerrit.osmocom.org/10857


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

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

Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
---
M scripts/osmo-build-dep.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/10857/1

diff --git a/scripts/osmo-build-dep.sh b/scripts/osmo-build-dep.sh
index 35cb373..7f90b1f 100755
--- a/scripts/osmo-build-dep.sh
+++ b/scripts/osmo-build-dep.sh
@@ -49,7 +49,7 @@
 mkdir -p "$inst/stow"

 autoreconf --install --force
-./configure --prefix="$inst/stow/$project" $cfg
+./configure --prefix="$inst/stow/$project" 
--with-systemdsystemunitdir="$inst/stow/$project/lib/sytemd/system" $cfg
 $MAKE $PARALLEL_MAKE install

 # Make the dependencies available through symlinks in $deps ($PWD/..).

--
To view, visit https://gerrit.osmocom.org/10857
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to