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 db6972ae..35afa78e 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,8 @@ supported."; \
-p $(SLX_PUBLIC_PATH) \
-p $(SLX_TFTPBOOT_PATH) \
-p $(SLX_SHARE_PATH)/themes
-
+ @# copy license
+ @cp COPYING $(SLX_BASE_PATH)
@# copy initramfs generator scripts (and inject SLX_CONFIG_PATH on the way):
@cp initramfs/{mkdxsinitrd,slxmkramfs} $(SLX_BIN_PATH)
@sed -e "s,@@@SLX_CONFIG_PATH@@@,$(SLX_CONFIG_PATH)," \