New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33088#issuecomment-926673388 Comment: > sounds like a problem with openwrt rather than with our file The install command is common, but not always available everywhere (it's not required by POSIX), so I think we should avoid it in base-files. On routers which often have a very limited space, a command that doesn't make sense to be used on small routers like install shouldn't be installed. Bigger, more powerful routers also run the same version of OpenWrt maybe with some extra packages, but they still use the same busybox. > also why do you mess with the conditionals? calling test once is better than multiple times The last change? That's a mistake that I shouldn't have pushed.