From fe77b40d2889cd2285ea5305f863ce50e796c3a1 Mon Sep 17 00:00:00 2001 From: Inori Date: Tue, 22 Oct 2019 02:38:41 -0400 Subject: [PATCH] Make sure to use /usr/bin when moving linux dependencies --- linux/make_appimg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/make_appimg.sh b/linux/make_appimg.sh index 4a0b45b6..15802ff3 100644 --- a/linux/make_appimg.sh +++ b/linux/make_appimg.sh @@ -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}