]> git.ipfire.org Git - pakfire.git/commitdiff
QA: Check for nested $BUILDROOT.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Mar 2012 12:25:41 +0000 (13:25 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Mar 2012 12:25:41 +0000 (13:25 +0100)
tools/quality-agent.d/095-directory-layout

index 3f946a18660f73b9cf8f2c6db882f65362fc30f6..d605fe941ff0dde69c333b3859c10d229ed4b303 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/libexec /usr/local /usr/man /usr/usr /usr/var"
+DIRS="/etc/init.d /etc/rc.d /lib/pkgconfig /usr/etc /usr/libexec /usr/local /usr/man /usr/usr /usr/var ${BUILDROOT}"
 
 function check() {
        # Do nothing, if directory check was disabled.