Skip to content
Snippets Groups Projects
Commit 9e315122 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

no need for substitution at install time anymore

parent 14b5f960
No related branches found
No related tags found
No related merge requests found
appsqldir = $(pkgdatadir)/sql
noinst_DATA = manager.conf
sql_DATA = manager.sql
appsql_DATA = manager.sql
CLEANFILES = $(noinst_DATA)
EXTRA_DIST = manager.conf.in $(sql_DATA)
manager.conf: Makefile manager.conf.in
sed \
-e 's|[@]templatesdir[@]|$(templatesdir)|' \
-e 's|[@]confdir[@]|$(confdir)|' \
< $(srcdir)/$@.in > $@
EXTRA_DIST = $(noinst_DATA) $(appsql_DATA)
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(confdir)
......
......@@ -5,8 +5,6 @@ url = https://access-check.my.fqdn
login_url = https://access-check.my.fqdn/Shibboleth.sso/Login
[setup]
# base templates directory
templates_dir = @templatesdir@
# templates theme
templates_theme = edugain
accounts_file = /var/lib/access-check/accounts.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment