]> git.pld-linux.org Git - packages/gnome-tour.git/commitdiff
- fixed dirs order
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Apr 2021 18:00:37 +0000 (20:00 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Apr 2021 18:00:37 +0000 (20:00 +0200)
gnome-tour-x32.patch

index 4ccc10ee95c1e15dd3e424badae6e5a9c3b2dea5..a6802d40dd8c8b64daaf65ba97047ff0a0a420ee 100644 (file)
 +    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
  
This page took 0.180091 seconds and 4 git commands to generate.