[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: ....

Scarlett Moore null at kde.org
Wed Sep 20 18:06:28 BST 2023


Git commit 455a0f525595ccdbb952728a3b3dcf9be7a13ec8 by Scarlett Moore.
Committed on 20/09/2023 at 19:06.
Pushed by scarlettmoore into branch 'Neon/unstable'.

....

M  +4    -4    debian/rules

https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/455a0f525595ccdbb952728a3b3dcf9be7a13ec8

diff --git a/debian/rules b/debian/rules
index 2756d03..2ca458e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,12 +20,12 @@ override_dh_auto_configure:
 	mkdir -p build && cd build && QT_SELECT=5 qmake ../Accounts/Accounts.pro -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_build:
-	cd build6 &&  make INSTALL_ROOT=$(CURDIR)/debian/tmp
-	cd build && make INSTALL_ROOT=$(CURDIR)/debian/tmp
+	cd build6 &&  make
+	cd build && make
 
 override_dh_auto_install:
-	cd build6 && make install
-	cd build && make install
+	cd build6 && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	cd build && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
 
 override_dh_auto_test:
 	# Disable unittests


More information about the Neon-commits mailing list