Change in osmo-ci[master]: osmo-build-dep.sh: Let autotools install systemd services to correct ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Sep 10 08:59:05 UTC 2018


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180910/89388aa6/attachment.htm>


More information about the gerrit-log mailing list