From 3b073abb55652162b30ced86ce674bf081969c52 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 24 Apr 2021 20:00:37 +0200 Subject: [PATCH] - fixed dirs order --- gnome-tour-x32.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-tour-x32.patch b/gnome-tour-x32.patch index 4ccc10e..a6802d4 100644 --- a/gnome-tour-x32.patch +++ b/gnome-tour-x32.patch @@ -17,13 +17,13 @@ + cargo build $CARGO_TARGET_OPT --manifest-path \ "$MESON_SOURCE_ROOT"/Cargo.toml $FEATURES && \ - cp "$CARGO_TARGET_DIR"/debug/$5 $3 -+ cp "$CARGO_TARGET_DIR"/debug/x86_64-unknown-linux-gnux32/$5 $3 ++ cp "$CARGO_TARGET_DIR"/x86_64-unknown-linux-gnux32/debug/$5 $3 else echo "RELEASE MODE" - cargo build --manifest-path \ + cargo build $CARGO_TARGET_OPT --manifest-path \ "$MESON_SOURCE_ROOT"/Cargo.toml $FEATURES --release && \ - cp "$CARGO_TARGET_DIR"/release/$5 $3 -+ cp "$CARGO_TARGET_DIR"/release/x86_64-unknown-linux-gnux32/$5 $3 ++ cp "$CARGO_TARGET_DIR"/x86_64-unknown-linux-gnux32/release/$5 $3 fi -- 2.44.0