Skip to content
Snippets Groups Projects
Commit 80fe7d19 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix paths in Makefile.am

parent bf7c33b2
No related branches found
No related tags found
No related merge requests found
commondir=$(datarootdir)/$(PACKAGE)
scriptsdir=$(libdir)/$(PACKAGE)
tasksdir=$(scriptsdir)/tasks
export commondir
export scriptsdir
export tasksdir
export commondir scriptsdir tasksdir
SUBDIRS = tasks
......@@ -13,10 +11,9 @@ dist_scripts_SCRIPTS= snf-passtohash.py
dist_common_DATA = common.sh
edit = sed \
-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
-e 's|@localstatedir[@]|$(localstatedir)|g' \
-e 's|@datarootdir[@]|$(datarootdir)|g' \
-e 's|@commondir[@]|$(commondir)|g' \
-e 's|@scriptsdir[@]|$(scriptsdir)|g' \
-e 's|@tasksdir[@]|$(tasksdir)|g' \
-e 's|@RESIZE2FS[@]|$(RESIZE2FS)|g' \
-e 's|@XMLSTARLET[@]|$(XMLSTARLET)|g'
......
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