[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: Install again
Scarlett Moore
null at kde.org
Wed Sep 20 15:34:45 BST 2023
Git commit aa8a4d319d9fa1acc8b8f126a7bf3bb8f407fbf1 by Scarlett Moore.
Committed on 20/09/2023 at 16:34.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Install again
M +2 -2 debian/rules
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/aa8a4d319d9fa1acc8b8f126a7bf3bb8f407fbf1
diff --git a/debian/rules b/debian/rules
index f3527d0..63e1ee9 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=$(CURDIR)/debian/tmp
dh_auto_install
- cd build && make install INSTALL_ROOT=$(CURDIR)../debian/tmp
+ cd build && make install INSTALL_ROOT=$(CURDIR)/debian/tmp
dh_auto_install
override_dh_auto_test:
More information about the Neon-commits
mailing list