From 63961ac92a97e3ebcd769d4994110c6dac77d467 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 4 Sep 2008 18:44:49 +0000 Subject: * adjusted to recent drop of preboot folder git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2203 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 | \ -- cgit v1.2.3-55-g7522