diff options
author | Dirk von Suchodoletz | 2009-01-24 19:02:02 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2009-01-24 19:02:02 +0100 |
commit | 7f74114d36db87386fbb07b8b48e2ec7404f65d0 (patch) | |
tree | b2b59e609fb610726f215d9bab7407ed40cfd563 /Makefile | |
parent | * two more fixes to adjust to boot_type being an attribute instead of a (diff) | |
download | core-7f74114d36db87386fbb07b8b48e2ec7404f65d0.tar.gz core-7f74114d36db87386fbb07b8b48e2ec7404f65d0.tar.xz core-7f74114d36db87386fbb07b8b48e2ec7404f65d0.zip |
Undoing the tools/busybox* remove in Makefile (until changed to
uclib-busybox replacement).
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2523 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -190,6 +190,8 @@ supported."; \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ tar --exclude=.svn --exclude *.example --exclude OpenSLX -cp boot-env | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/; \ + cp -pP tools/busybox{,.x86_64,.i586} \ + $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \ cp -p boot-env/pxe/menu-template.example \ $(SLX_BUILD_PATH)$(SLX_CONFIG_PATH)/boot-env/pxe/; \ cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \ |