From 9fc9e7fcadd439fcabc86a6494046758f6aa9d58 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 17 Aug 2015 14:45:47 +0000 Subject: use BUILDDIR variable instead of hardcoding /tmp/buildd on hooks examples --- examples/B90lintian | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/B90lintian') 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 +++" -- cgit v1.2.3