[packages/gnome-tour] - fixed dirs order

qboosh qboosh at pld-linux.org
Sat Apr 24 19:58:54 CEST 2021


commit 3b073abb55652162b30ced86ce674bf081969c52
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 24 20:00:37 2021 +0200

    - 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
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-tour.git/commitdiff/3b073abb55652162b30ced86ce674bf081969c52



More information about the pld-cvs-commit mailing list