summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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