Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
80fe7d19
Commit
80fe7d19
authored
Oct 04, 2011
by
Nikos Skalkotos
Browse files
Fix paths in Makefile.am
parent
bf7c33b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
helper/Makefile.am
View file @
80fe7d19
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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment