?mode=patch&uid=2010062917033928734
Open Patch: 2010062917033928734 (by stf)
+
stf
Votecheck 'core-strong':
Missing 1 qualified vote(s)
(clifford, fake, teha)
package/base/util-linux-ng/util-linux-ng.conf
Stefan Fiedler: util-linux-ng: fix install path of fsck
Stefan Fiedler: util-linux-ng: fix install path of fsck --- package/base/util-linux-ng/util-linux-ng.conf (revision 111) +++ package/base/util-linux-ng/util-linux-ng.conf (revision 112) @@ -43,7 +43,7 @@ var_append CC_WRAPPER_APPEND " " "-lintl" fi -var_append INSTALL_WRAPPER_FILTER '|' 'sed -e"s,/usr/bin/\(arch\|dmesg\|more\|mount\|umount\),/bin/\1," -e"s,/usr/sbin/\(addpart\|agetty\|blockdev\|cfdisk\|ctrlaltdel\|delpart\|fdisk\|fsck.cramfs\|fsck.minix\|hwclock\|losetup\|mkfs\|mkfs.bfs\|mkfs.cramfs\|mkfs.minix\|mkswap\|partx\|pivot_root\|raw\|sfdisk\|swapoff\|swapon\),/sbin/\1,"' +var_append INSTALL_WRAPPER_FILTER '|' 'sed -e"s,/usr/bin/\(arch\|dmesg\|more\|mount\|umount\),/bin/\1," -e"s,/usr/sbin/\(addpart\|agetty\|blockdev\|cfdisk\|ctrlaltdel\|delpart\|fdisk\|fsck\|fsck.cramfs\|fsck.minix\|hwclock\|losetup\|mkfs\|mkfs.bfs\|mkfs.cramfs\|mkfs.minix\|mkswap\|partx\|pivot_root\|raw\|sfdisk\|swapoff\|swapon\|uuidd\),/sbin/\1,"' # The following programs are no longer available in util-linux-ng: # sbin/elvtune [Download this patch]