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 15:05:52 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged. ( 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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Verified



diff --git a/scripts/osmo-build-dep.sh b/scripts/osmo-build-dep.sh
index 35cb373..dfec9be 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/systemd/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: merged
Gerrit-Change-Id: I9eba05995fc53b72b04a4a9d63ebd5a236304f7c
Gerrit-Change-Number: 10857
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180910/6b02f3c0/attachment.htm>


More information about the gerrit-log mailing list