]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
util-linux: Do not ship broken symlink "/usr/bin/x86_64"
authorPeter Müller <peter.mueller@ipfire.org>
Sat, 9 Jul 2022 12:37:23 +0000 (12:37 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 9 Jul 2022 15:02:47 +0000 (15:02 +0000)
This file points to /usr/bin/setarch, which we do not ship on any
architecture. As it serves no obvious purpose on IPFire installations,
we may as well not ship it entirely.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>
config/rootfiles/common/x86_64/util-linux
config/rootfiles/core/170/update.sh

index bd862b557cd80c67976a4bc5940fb23dbf34ae85..de78f65c20d3e4b1490c7cd491df3a2b9d362236 100644 (file)
@@ -103,7 +103,7 @@ usr/bin/uclampset
 usr/bin/uuidgen
 usr/bin/uuidparse
 #usr/bin/whereis
-usr/bin/x86_64
+#usr/bin/x86_64
 #usr/include/blkid
 #usr/include/blkid/blkid.h
 #usr/include/libfdisk
index f10ef53399b1d035bcd68e7abd721381555b94d5..e4c8c4b84080b079a8454f97ef32dded411aa393 100644 (file)
@@ -58,6 +58,7 @@ rm -rvf \
        /sbin/routef \
        /sbin/rtpr \
        /usr/bin/screen-4.* \
+       /usr/bin/x86_64 \
        /usr/lib/libbfd-2.36.* \
        /usr/lib/libbind9-9.16.2* \
        /usr/lib/libdnet* \