[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: Try aother path for install

Scarlett Moore null at kde.org
Wed Sep 20 16:01:11 BST 2023


Git commit bfed481aac07ab5d6b90cb2b9b972575bccf8080 by Scarlett Moore.
Committed on 20/09/2023 at 17:00.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Try aother path for install

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 63e1ee9..3e921fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,9 @@ override_dh_auto_build:
 	cd build && make
 
 override_dh_auto_install:
-	cd build6 && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	cd build6 && make install INSTALL_ROOT=/workspace/debian/tmp
 	dh_auto_install
-	cd build && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	cd build && make install INSTALL_ROOT=/workspace/debian/tmp
 	dh_auto_install
 
 override_dh_auto_test:


More information about the Neon-commits mailing list