From 80c5550ce429bd8b393f9e83fc67736f1d9745cd Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 12 Dec 2018 23:08:56 -0200 Subject: [PATCH] hooks/post-install: fix message and indentation on pkglint-devel-paths. --- common/hooks/post-install/10-pkglint-devel-paths.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/hooks/post-install/10-pkglint-devel-paths.sh b/common/hooks/post-install/10-pkglint-devel-paths.sh index cba254357b..df32f4b1ea 100644 --- a/common/hooks/post-install/10-pkglint-devel-paths.sh +++ b/common/hooks/post-install/10-pkglint-devel-paths.sh @@ -1,7 +1,7 @@ # vim: set ts=4 sw=4 et: # # This hook executes the following tasks: -# - Looks on non -devel packages for files that should be in the -devel package +# - Looks on non -devel packages for files that should be in the -devel package # - Searches for solinks (.so) and archives (.a) on usr/lib # - Searches for executables in usr/bin that end with -config and a respective manpage @@ -49,7 +49,7 @@ hook() { msg_warn "usr/share/gtk-doc should be in -devel package\n" ;; /usr/lib/qt5/mkspecs) - msg_warn "usr/lib/qt5/mkspecs should bein -devel package\n" + msg_warn "usr/lib/qt5/mkspecs should be in -devel package\n" ;; esac