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

Scarlett Moore null at kde.org
Wed Sep 20 16:24:00 BST 2023


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

install path

M  +2    -2    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 69ac6c1..3023500 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=$(CUR_DIR)/build6/debian/tmp
+	cd build6 && make install INSTALL_ROOT=/workspace/build/build6/debian/tmp
 	dh_auto_install
-	cd build && make install INSTALL_ROOT=$(CUR_DIR)/build/debian/tmp
+	cd build && make install INSTALL_ROOT=/workspace/build/build/debian/tmp
 	dh_auto_install
 
 override_dh_auto_test:


More information about the Neon-commits mailing list