summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-06-01 12:32:40 +0200
committerDirk von Suchodoletz2008-06-01 12:32:40 +0200
commit6200088b1be5a19593b5ac637edb6eb2186d23eb (patch)
tree543f1b77d1e1d8bdf29a1089e3f7efc43d9c0692 /Makefile
parentRenamed preboot make tool and dialog utility for PreBoot experiments. (diff)
downloadcore-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e54bcf15..331819af 100644
--- a/Makefile
+++ b/Makefile
@@ -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; \