diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-17 16:43:06 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-06-17 16:46:50 -0400 |
commit | 13e6b643cbb46d1f9a8156e401ff33c78509eb64 (patch) | |
tree | 78c5b869d416061da9c064c834583be2987d052a /TODO | |
parent | 2e67ad795165ab7302ac47bb09e97fd1d9e791bb (diff) | |
download | sbo-maintainer-tools-13e6b643cbb46d1f9a8156e401ff33c78509eb64.tar.gz |
sbopkglint: check for bins/libs without +x bit set.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ +TODO: sbolint should check that gtk-update-icon-cache is guarded by + 'if [ -e usr/share/icons/hicolor/icon-theme.cache'. TODO: check for "if [ -x /usr/bin/whatever ]" in doinst.sh, warn if missing. this could be an ill-defined mess. TODO: sbopkglint could complain if the SlackBuild sets SLKCFLAGS but there's no native code. -TODO: check for non-executable shared libs. Future test ideas: |