summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-09-04 20:44:49 +0200
committerOliver Tappe2008-09-04 20:44:49 +0200
commit63961ac92a97e3ebcd769d4994110c6dac77d467 (patch)
treebbdaf9dad5740c29d2354a99e8e3a5f36eb4f807 /Makefile
parent* dropped no longer maintained old test tools from repo (diff)
downloadcore-63961ac92a97e3ebcd769d4994110c6dac77d467.tar.gz
core-63961ac92a97e3ebcd769d4994110c6dac77d467.tar.xz
core-63961ac92a97e3ebcd769d4994110c6dac77d467.zip
* adjusted to recent drop of preboot folder
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2203 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e96086db..883ea290 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,6 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/boot-env \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \
- -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/preboot \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools \
@@ -180,9 +179,7 @@ supported."; \
@ln -sf $(SLX_BASE_PATH)/bin/slx* $(SLX_BUILD_PATH)$(USR_BIN_PATH)/; \
@ # copy shareable data:
- @tar --exclude=.svn -cp -C initramfs preboot | \
- tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
- tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \
+ @tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \
tar -xp --strip-components 1 \
-C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \
tar --exclude=.svn -cp -C initramfs tools | \