fix typo
This commit is contained in:
parent
bc22cc62dd
commit
df9eff92f3
1 changed files with 3 additions and 3 deletions
6
run.sh
6
run.sh
|
@ -13,9 +13,9 @@ build () {
|
||||||
chmod a+w "${tmpdir}/myfifo"
|
chmod a+w "${tmpdir}/myfifo"
|
||||||
/home/findunusedbd.sh "$tmpdir" &
|
/home/findunusedbd.sh "$tmpdir" &
|
||||||
sbuild --$archall \
|
sbuild --$archall \
|
||||||
--chroot-setup-commands="/home/findunusedbd.sh $tmpdir chroot-setup" \
|
--chroot-setup-commands="/home/findunusedbd.sh chroot-setup $tmpdir" \
|
||||||
--pre-realbuild-commands="/home/findunusedbd.sh $tmpdir pre-realbuild" \
|
--pre-realbuild-commands="/home/findunusedbd.sh pre-realbuild $tmpdir" \
|
||||||
--post-realbuild-commands="/home/findunusedbd.sh $tmpdir post-realbuild" \
|
--post-realbuild-commands="/home/findunusedbd.sh post-realbuild $tmpdir" \
|
||||||
"$dsc"
|
"$dsc"
|
||||||
ret=$?
|
ret=$?
|
||||||
rm -f *.deb *.udeb *.changes
|
rm -f *.deb *.udeb *.changes
|
||||||
|
|
Loading…
Reference in a new issue