Updates to mirror new repository structure.
[james-home-etc.git] / .pbuilder.d / B91debc
blob521ef5ae6db5d22ba8a991416d2f2b132cc2586c
1 #!/bin/bash
2 # example file to be used with --hookdir
4 # 343894: a script to run debc command, contributed from q-funk.
6 BUILDDIR="${BUILDDIR:-/tmp/buildd}"
8 apt-get install -y "${APTGETOPT[@]}" devscripts
9 cd "$BUILDDIR"/*/debian/..
11 debc
12 #EOF