[neon/backports-jammy/accounts-qml6-module/Neon/release] debian: make folder path correct for install
Carlos De Maine
null at kde.org
Fri Jan 19 00:26:04 GMT 2024
Git commit f172ae5dedda4c9b09913bdfbd769746ccb74f7c by Carlos De Maine.
Committed on 19/01/2024 at 01:25.
Pushed by carlosdem into branch 'Neon/release'.
make folder path correct for install
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/accounts-qml6-module/-/commit/f172ae5dedda4c9b09913bdfbd769746ccb74f7c
diff --git a/debian/rules b/debian/rules
index 1653e12..fafe9c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,4 +29,4 @@ override_dh_installexamples:
dh_installexamples --sourcedir=$(CURDIR)
override_dh_install:
- cd /workspace/build6 && dh_install
+ cd build6 && dh_install
More information about the Neon-commits
mailing list