repo.or.cz
/
james-home-etc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updates to mirror new repository structure.
[james-home-etc.git]
/
.pbuilder.d
/
B91debc
blob
521ef5ae6db5d22ba8a991416d2f2b132cc2586c
1
#!/bin/bash
2
# example file to be used with --hookdir
3
#
4
# 343894: a script to run debc command, contributed from q-funk.
5
6
BUILDDIR
=
"
${BUILDDIR:-/tmp/buildd}
"
7
8
apt-get
install
-y
"
${APTGETOPT[@]}
"
devscripts
9
cd
"
$BUILDDIR
"
/*/
debian
/
..
10
11
debc
12
#EOF