diff options
author | Dirk von Suchodoletz | 2008-08-20 09:26:13 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-08-20 09:26:13 +0200 |
commit | 5a77fd56aed9bb57e92cb5842de7879ca874b428 (patch) | |
tree | 8feda285e3f16cfd3047b42ae256637866eca534 /Makefile | |
parent | Some cleanups for upcoming version switch (new type of initramfs, see roadmap... (diff) | |
download | core-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | \ |