[neon/qt6/qt6-base/Neon/release] debian: "true"

Carlos De Maine null at kde.org
Thu Dec 5 05:15:07 GMT 2024


Git commit f434bc75cb94230b39465361bcbb2de4046bcd2c by Carlos De Maine.
Committed on 05/12/2024 at 05:15.
Pushed by carlosdem into branch 'Neon/release'.

"true"

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 0af5da4..7344dfd 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.
-	ifeq ($(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