From d25de95860f64fc72ea2a29eaf16fddfebf5bddb Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sat, 31 May 2008 18:38:58 +0000 Subject: Complete renaming in the main Makefile (for proper installation). You might want to remove your ~/openslx/share/cdboot directory afterwards ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1826 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52c16bc4..e54bcf15 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ supported."; \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \ - -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot \ + -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/preboot \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/tpm \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \ @@ -185,8 +185,8 @@ supported."; \ @ln -sf $(SLX_BASE_PATH)/bin/slx* $(SLX_BUILD_PATH)$(USR_BIN_PATH)/; \ @ # copy shareable data: - @cd initramfs/cdboot; tar --exclude=.svn -cp * | \ - tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/cdboot; \ + @cd initramfs/preboot; tar --exclude=.svn -cp * | \ + tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/preboot; \ cd ../initrd-stuff; tar --exclude=.svn -cp * | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; cd ../..; \ tar --exclude=.svn -cp -C initramfs distro-specs | \ -- cgit v1.2.3-55-g7522