summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-05-31 20:38:58 +0200
committerDirk von Suchodoletz2008-05-31 20:38:58 +0200
commitd25de95860f64fc72ea2a29eaf16fddfebf5bddb (patch)
tree9d146c66a852816ed42bb162a0ab3392c7a7ec65 /Makefile
parentComplete renaming operation ... (diff)
downloadcore-d25de95860f64fc72ea2a29eaf16fddfebf5bddb.tar.gz
core-d25de95860f64fc72ea2a29eaf16fddfebf5bddb.tar.xz
core-d25de95860f64fc72ea2a29eaf16fddfebf5bddb.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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 | \