summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-22 16:09:06 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-22 16:09:06 (EDT)
commitbf0332ebb37d31b21bae6038bb15ad519113ffa9 (patch)
treef10b3c88d297b141aa8029c3459600eb799b04c1
parent3796740095fc4485a31d16838d7736d2aaec4767 (diff)
downloaddeb-bf0332ebb37d31b21bae6038bb15ad519113ffa9.zip
deb-bf0332ebb37d31b21bae6038bb15ad519113ffa9.tar.gz
deb-bf0332ebb37d31b21bae6038bb15ad519113ffa9.tar.bz2
Remove nonsense from default "buildcmd" value.
-rwxr-xr-xsrc/deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deb.sh b/src/deb.sh
index efc272a..e009eb9 100755
--- a/src/deb.sh
+++ b/src/deb.sh
@@ -140,7 +140,7 @@ cmd_init()
CONFIG_mirror='http://ftp.debian.org/debian'
CONFIG_distribution='sid'
CONFIG_component='main'
- CONFIG_buildcmd='sbuild --build=%mirror% -d %distribution% %opts% %dsc%'
+ CONFIG_buildcmd='sbuild -d %distribution% %opts% %dsc%'
cd "${DEB_TREE}"
if [ -d .deb ]; then