summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d84fcd6b..f5d166e7 100644
--- a/Makefile
+++ b/Makefile
@@ -169,9 +169,10 @@ supported."; \
@ # copy license
@cp COPYING $(DESTDIR)$(SLX_BASE_PATH)/;
- @ # copy initramfs generator scripts (and inject SLX_CONFIG_PATH on the way):
+ @ # copy initramfs generator scripts (and inject SLX_CONFIG_PATH, SLX_SHARE_PATH on the way):
@cp ./initramfs/mkdxsinitrd $(DESTDIR)$(SLX_BIN_PATH)/; \
sed -e "s,@@@SLX_CONFIG_PATH@@@,$(SLX_CONFIG_PATH)," \
+ -e "s,@@@SLX_SHARE_PATH@@@,$(SLX_SHARE_PATH)," \
-i $(DESTDIR)$(SLX_BIN_PATH)/mkdxsinitrd;
@ # copy all PERL-scripts and their required modules: