aboutsummaryrefslogtreecommitdiff
path: root/examples/B90lintian
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-17 14:45:47 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-08-17 14:45:47 +0000
commit9fc9e7fcadd439fcabc86a6494046758f6aa9d58 (patch)
tree26e393c21dd02bd07507428f33bf8599f50fbef7 /examples/B90lintian
parent783c48740a8ec1bb0c2033362afd20a1ae3d07a8 (diff)
downloadpbuilder-9fc9e7fcadd439fcabc86a6494046758f6aa9d58.tar
pbuilder-9fc9e7fcadd439fcabc86a6494046758f6aa9d58.tar.gz
use BUILDDIR variable instead of hardcoding /tmp/buildd on hooks examples
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 +++"