[neon/qt6/qt6-base/Neon/release] debian: ifeq

Carlos De Maine null at kde.org
Thu Dec 5 03:37:22 GMT 2024


Git commit 64c107137c718098e4954bf88589a12f49ae365b by Carlos De Maine.
Committed on 05/12/2024 at 03:37.
Pushed by carlosdem into branch 'Neon/release'.

ifeq

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/64c107137c718098e4954bf88589a12f49ae365b

diff --git a/debian/rules b/debian/rules
index 37fb165..0af5da4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,7 +117,7 @@ override_dh_auto_build-indep:
 override_dh_auto_install-indep:
 	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- $(extra_install_args)
 	# Remove build path from index files if we are a doc build.
-	if ($(BUILD_DOCS),true)
+	ifeq ($(BUILD_DOCS),true)
 		find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
 			sed -i 's@$(CURDIR)/@@g' {} \;
 	endif


More information about the Neon-commits mailing list