hooks/post-install: fix message and indentation on pkglint-devel-paths.

This commit is contained in:
maxice8 2018-12-12 23:08:56 -02:00
parent de31bf8d1f
commit 80c5550ce4
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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