[neon/qt6/pyside6/Neon/release] debian: Run tree to list all files instead of ls
Anupam Basak
null at kde.org
Sun Jul 2 08:52:21 BST 2023
Git commit 75067ce3d717ea8b8c03ec67eb6c3012217012b2 by Anupam Basak.
Committed on 02/07/2023 at 07:52.
Pushed by anupambasak into branch 'Neon/release'.
Run tree to list all files instead of ls
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/pyside6/-/commit/75067ce3d717ea8b8c03ec67eb6c3012217012b2
diff --git a/debian/rules b/debian/rules
index d88974e..16fc50f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_clean:
override_dh_auto_install:
# DO NOT USE pybuild INSTALL as it skips some files that is required in the package
# List the files to be able to update *.install files
- $(shell ls)
+ $(shell tree)
override_dh_dwz:
true
More information about the Neon-commits
mailing list