Skip to content
Snippets Groups Projects
Commit 575830f8 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

respect user livedir configuration

parent 14751a49
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ $(DESTDIR)$(datadir)/%: skel/%
chmod $$mode $@ ; }
exec sed -e "s/@BINDIR@/$(subst /,\/,$(bindir))/g" \
-e "s/@EXECLINE_SHEBANGPREFIX@/$(subst /,\/,$(shebangdir))/g" $< > $@
exec sed -e "s/@LIVEDIR@/$(subst /,\/,$(livedir))/g" $< > $@
$(DESTDIR)$(system_log)/% $(DESTDIR)$(service_packager)/% $(DESTDIR)$(service_sys)/% $(DESTDIR)$(service_sysconf)/% :
exec $(INSTALL) -D -m 0755 $< $@
......
VERBOSITY=0
LIVE=/run/66
LIVE=@LIVEDIR@
PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin
TREE=init
RCINIT=/etc/66/rc.init
......
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