From bf0332ebb37d31b21bae6038bb15ad519113ffa9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 22 Jul 2012 16:09:06 -0400 Subject: Remove nonsense from default "buildcmd" value. --- 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 -- cgit v0.9.1