diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:39:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-02 08:39:07 +0000 |
commit | 674dadd0ee19581ba03026cc96c63e2d0d1250d4 (patch) | |
tree | ead6ba76e5e18ad798976beeba45ad2f13f0226c | |
parent | Adding support for Progress Linux 8 (horok). (diff) | |
download | progress-linux-674dadd0ee19581ba03026cc96c63e2d0d1250d4.tar.xz progress-linux-674dadd0ee19581ba03026cc96c63e2d0d1250d4.zip |
Relaxing wording in comments in rules.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7e40a69..cd5af1f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ override_dh_auto_test: # disabled execute_after_dh_auto_install: - # removing useless files + # removing unused files rm -f debian/tmp/usr/share/doc/*/CHANGELOG.txt rm -f debian/tmp/usr/share/doc/*/LICENSE.txt rm -f debian/tmp/usr/share/doc/*/VERSION.txt |