From 614761a22b90c38cc876a79529f3cda0e39c55b6 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 24 Apr 2021 18:47:21 +0200 Subject: [PATCH] - try more --- gnome-tour-x32.patch | 3 ++- gnome-tour.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-tour-x32.patch b/gnome-tour-x32.patch index 8078c40..0d37cbb 100644 --- a/gnome-tour-x32.patch +++ b/gnome-tour-x32.patch @@ -10,7 +10,8 @@ export CARGO_HOME="$CARGO_TARGET_DIR"/cargo-home FEATURES="$6" - if [ $4 = "Devel" ] +-if [ $4 = "Devel" ] ++if [ "$4" = "Devel" ] then echo "DEBUG MODE" - cargo build --manifest-path \ diff --git a/gnome-tour.spec b/gnome-tour.spec index a26e45a..c7c59ff 100644 --- a/gnome-tour.spec +++ b/gnome-tour.spec @@ -59,7 +59,7 @@ export PKG_CONFIG_ALLOW_CROSS=1 %endif %meson build -%ninja_build -C build +%ninja_build -C build || ls -lR %install rm -rf $RPM_BUILD_ROOT -- 2.44.0