eobuilder: fix build source file creation

This commit is contained in:
Jérôme Schneider 2013-12-10 15:22:58 +01:00
parent 9dbc1ea51a
commit cb7ebe0287
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ for DIST in $DISTS; do
ssh root@leucas.entrouvert.org "/etc/cron.hourly/process-incoming"
fi
# mark that we did build a source package
if [ "x$SOURCE_OPT" == "x" ]; then
if [ ! -f $SOURCE_BUILD ]; then
touch $SOURCE_BUILD
fi
done