Skip to content

Commit

Permalink
sql: data: Fix SQL data install dir (#69)
Browse files Browse the repository at this point in the history
When building as a package, the sql files are at the same level as rts2-builddb instead of inside data/. This appears to be just a mistake.

Signed-off-by: Eduardo Alonso <eduardo.alonso@quasarsr.com>
  • Loading branch information
XePeleato committed Oct 7, 2023
1 parent f1c9f66 commit 6ac8bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/data/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sqldatadir = ${datadir}/doc/@PACKAGE@/sql
sqldatadir = ${datadir}/doc/@PACKAGE@/sql/data

dist_sqldata_DATA = init.sql targets.sql dummy.sql landolt.sql planets.sql flats_iac.sql

0 comments on commit 6ac8bf7

Please sign in to comment.