[neon/neon-packaging/kdotool/Neon/unstable] debian: dbug
Carlos De Maine
null at kde.org
Sat Jan 27 07:53:28 GMT 2024
Git commit 381fcbf6e470ab05da992e2a623b4cf4d59b1e7c by Carlos De Maine.
Committed on 27/01/2024 at 07:53.
Pushed by carlosdem into branch 'Neon/unstable'.
dbug
M +3 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/kdotool/-/commit/381fcbf6e470ab05da992e2a623b4cf4d59b1e7c
diff --git a/debian/rules b/debian/rules
index f8242a0..f0f58a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ override_dh_auto_clean:
cargo clean
override_dh_auto_install:
- $(shell ls && ls ../ && ls ../../ )
+ $(shell ls )
+ cd ../
+ $(shell ls)
cp target/release/kdotool debian/tmp/usr/bin/
dh_auto_install
More information about the Neon-commits
mailing list