diff options
author | Sebastian Schmelzer | 2009-04-15 17:47:45 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2009-04-15 17:47:45 +0200 |
commit | a17eb7618536873e44ff19c8899cc200403715bd (patch) | |
tree | c8f34cc675391e7314aa402528c690a2924fe7c3 /Makefile | |
parent | added basic support for per distro .gconf / .kde dirs *experimental* (diff) | |
download | core-a17eb7618536873e44ff19c8899cc200403715bd.tar.gz core-a17eb7618536873e44ff19c8899cc200403715bd.tar.xz core-a17eb7618536873e44ff19c8899cc200403715bd.zip |
remove old busybox stuff from makefile
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2816 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -139,7 +139,6 @@ plain-install: -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \ -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/squashfs \ -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \ @@ -193,8 +192,6 @@ plain-install: 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-*.example boot-env/pxe/Readme.pxe \ $(SLX_BUILD_PATH)$(SLX_CONFIG_PATH)/boot-env/pxe/; \ cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \ |