summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-20 09:26:13 +0200
committerDirk von Suchodoletz2008-08-20 09:26:13 +0200
commit5a77fd56aed9bb57e92cb5842de7879ca874b428 (patch)
tree8feda285e3f16cfd3047b42ae256637866eca534 /Makefile
parentSome cleanups for upcoming version switch (new type of initramfs, see roadmap... (diff)
downloadcore-5a77fd56aed9bb57e92cb5842de7879ca874b428.tar.gz
core-5a77fd56aed9bb57e92cb5842de7879ca874b428.tar.xz
core-5a77fd56aed9bb57e92cb5842de7879ca874b428.zip
There is no working 64bit version of the old initramfs ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2053 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 a027ed4b..6747fec1 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ supported."; \
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 -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \
+ cp -pP tools/{ddcprobe,915resolution}{,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
tar --exclude=.svn -cp -C initramfs tpm | \