]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
QA: /usr/libexec is not allowed.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 21:20:30 +0000 (23:20 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 2 May 2010 21:20:30 +0000 (23:20 +0200)
tools/quality-agent.d/095-directory-layout

index fe0e47f2916bcb2b78c1b5488060d8b0282fe932..c2896d93e6770e9e3f00659a03e0aea33568d78b 100755 (executable)
@@ -4,7 +4,7 @@
 
 DESC="The filelayout should comply to the FHS."
 
-DIRS="/etc/init.d /etc/rc.d /lib/pkgconfig /usr/etc /usr/local /usr/man /usr/var"
+DIRS="/etc/init.d /etc/rc.d /lib/pkgconfig /usr/etc /usr/libexec /usr/local /usr/man /usr/var"
 
 function check() {
        local failed=0