Change in osmo-hlr[master]: sql/Makefile: Install sql files under doc/.../sql subdir

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 Jul 2 16:13:10 UTC 2018


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


Change subject: sql/Makefile: Install sql files under doc/.../sql subdir
......................................................................

sql/Makefile: Install sql files under doc/.../sql subdir

Change-Id: I1c9008d4692412a0cfe39d05216fc9c857cf1e8a
---
M debian/osmo-hlr.install
M sql/Makefile.am
2 files changed, 4 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/30/9830/1

diff --git a/debian/osmo-hlr.install b/debian/osmo-hlr.install
index 1e3bbc6..825e65c 100644
--- a/debian/osmo-hlr.install
+++ b/debian/osmo-hlr.install
@@ -1,4 +1,5 @@
 /usr/bin/osmo-hlr
 /usr/bin/osmo-hlr-db-tool
-/usr/share/doc/osmo-hlr/hlr.sql
+/usr/share/doc/osmo-hlr/sql/hlr.sql
+/usr/share/doc/osmo-hlr/sql/hlr_data.sql
 /usr/share/doc/osmo-hlr/examples/osmo-hlr.cfg
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 1367cf2..75be70e 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -3,5 +3,5 @@
 	hlr.sql \
 	$(NULL)
 
-docsdir = $(docdir)
-docs_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql
+sqldir = $(docdir)/sql
+sql_DATA = $(srcdir)/hlr.sql $(srcdir)/hlr_data.sql

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

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c9008d4692412a0cfe39d05216fc9c857cf1e8a
Gerrit-Change-Number: 9830
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/20180702/86555eb9/attachment.htm>


More information about the gerrit-log mailing list