diff options
author | Dirk von Suchodoletz | 2008-06-01 12:32:40 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-06-01 12:32:40 +0200 |
commit | 6200088b1be5a19593b5ac637edb6eb2186d23eb (patch) | |
tree | 543f1b77d1e1d8bdf29a1089e3f7efc43d9c0692 /Makefile | |
parent | Renamed preboot make tool and dialog utility for PreBoot experiments. (diff) | |
download | core-6200088b1be5a19593b5ac637edb6eb2186d23eb.tar.gz core-6200088b1be5a19593b5ac637edb6eb2186d23eb.tar.xz core-6200088b1be5a19593b5ac637edb6eb2186d23eb.zip |
Wrong name for checked in "dialog", updated Makefile for removed
"busybox.links" file ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1830 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ supported."; \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ cd theming; tar --exclude=.svn -cp * | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/themes; cd ..; \ - cp -pP tools/busybox{,.links,.x86_64,.i586,.uclib.i586} \ + cp -pP tools/busybox{,.x86_64,.i586,.uclib.i586} \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \ cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \ |