summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-10-29 13:58:38 +0100
committerDirk von Suchodoletz2006-10-29 13:58:38 +0100
commit0afaa320ce2875418a5f5f826d54e442d8443178 (patch)
tree336d4c805b8e864c0141a16b8edcd120ff2fee18 /Makefile
parent* slxldd.pl changed to slxldd (diff)
downloadcore-0afaa320ce2875418a5f5f826d54e442d8443178.tar.gz
core-0afaa320ce2875418a5f5f826d54e442d8443178.tar.xz
core-0afaa320ce2875418a5f5f826d54e442d8443178.zip
Updateѕ pxelinux components, added proper license file (COPYING), added
busybox (compiled, for testing reasons) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@483 95ad53e4-c205-0410-b2fa-d234c58c8868
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)," \