diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-17 14:45:47 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-17 14:45:47 +0000 |
commit | 9fc9e7fcadd439fcabc86a6494046758f6aa9d58 (patch) | |
tree | 26e393c21dd02bd07507428f33bf8599f50fbef7 /examples/B91debc | |
parent | 783c48740a8ec1bb0c2033362afd20a1ae3d07a8 (diff) | |
download | pbuilder-9fc9e7fcadd439fcabc86a6494046758f6aa9d58.tar pbuilder-9fc9e7fcadd439fcabc86a6494046758f6aa9d58.tar.gz |
use BUILDDIR variable instead of hardcoding /tmp/buildd on hooks examples
Diffstat (limited to 'examples/B91debc')
-rw-r--r-- | examples/B91debc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/B91debc b/examples/B91debc index 98c6a47..61690c9 100644 --- a/examples/B91debc +++ b/examples/B91debc @@ -4,7 +4,7 @@ # 343894: a script to run debc command, contributed from q-funk. apt-get install -y "${APTGETOPT[@]}" devscripts -cd /tmp/buildd/*/debian +cd "$BUILDDIR"/*/debian cd .. debc #EOF |