diff options
author | Dirk von Suchodoletz | 2008-05-31 20:38:58 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-05-31 20:38:58 +0200 |
commit | d25de95860f64fc72ea2a29eaf16fddfebf5bddb (patch) | |
tree | 9d146c66a852816ed42bb162a0ab3392c7a7ec65 /Makefile | |
parent | Complete renaming operation ... (diff) | |
download | core-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | \ |