[neon/3rdparty/libaccounts-qt/Neon/unstable] debian: so so manual
Carlos De Maine
null at kde.org
Tue Jun 27 13:26:50 BST 2023
Git commit 604e0e362e583931055a849f3114205ca8f24625 by Carlos De Maine.
Committed on 27/06/2023 at 12:26.
Pushed by carlosdem into branch 'Neon/unstable'.
so so manual
M +2 -2 debian/rules
https://invent.kde.org/neon/3rdparty/libaccounts-qt/-/commit/604e0e362e583931055a849f3114205ca8f24625
diff --git a/debian/rules b/debian/rules
index 07adc5e..6331cd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,12 +23,12 @@ override_dh_auto_configure:
override_dh_auto_build:
cd build6 && make
- dh_auto_build
+ cd build && make
override_dh_auto_install:
cd build6 && dh_auto_install && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
- dh_auto_install && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
+ cd build && dh_auto_install && find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
override_dh_auto_test:
# Disable unittests
More information about the Neon-commits
mailing list