Make sure to use /usr/bin when moving linux dependencies

This commit is contained in:
Inori 2019-10-22 02:38:41 -04:00
parent d00244bf4f
commit fe77b40d28

View file

@ -1,5 +1,5 @@
BINNAME=$1
APPIMGKIT=$2
exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/lib")
exec("./copy_dependencies.sh $BINNAME ${MESON_INSTALL_PREFIX}/usr/lib")
$APPIMGKIT ${MESON_INSTALL_PREFIX} ${MESON_BUILD_ROOT}