aboutsummaryrefslogtreecommitdiff
path: root/examples/B90lintian
diff options
context:
space:
mode:
Diffstat (limited to 'examples/B90lintian')
-rw-r--r--examples/B90lintian4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/B90lintian b/examples/B90lintian
index 888e323..f6aa563 100644
--- a/examples/B90lintian
+++ b/examples/B90lintian
@@ -10,9 +10,9 @@ install_packages lintian
echo "+++ lintian output +++"
-su -c "lintian -I --show-overrides /tmp/buildd/*.changes" - pbuilder
+su -c "lintian -I --show-overrides "$BUILDDIR"/*.changes" - pbuilder
# use this version if you don't want lintian to fail the build
-#su -c "lintian -I --show-overrides /tmp/buildd/*.changes; :" - pbuilder
+#su -c "lintian -I --show-overrides "$BUILDDIR"/*.changes; :" - pbuilder
echo "+++ end of lintian output +++"