mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
5362b272cb
Executables depending on binary package libmagic segfault in case package file is not installed. Libmagic needs file /usr/share/misc/magic to not segfault. Thus, install /usr/share/misc/magic along with libmagic and not with file. Signed-off-by: Volker Christian <me@vchrist.at>