aboutsummaryrefslogtreecommitdiff
path: root/examples/B91debc
blob: 180efdb94af35ef9a0eadca31b26a4aaae0a5311 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# example file to be used with --hookdir
#
# 343894: a script to run debc command, contributed from q-funk.

BUILDDIR="${BUILDDIR:-/tmp/buildd}"
apt-get install -y "${APTGETOPT[@]}" devscripts
cd "$BUILDDIR"/*/debian
cd ..
debc
#EOF