construct source package for every distribution

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

View File

@ -268,7 +268,7 @@ for DIST in $DISTS; do
fi
cd $GIT_PATH
# source option
SOURCE_BUILD=$GIT_PATH/${PROJECT_NAME}_${PROJECT_VERSION}_source.build
SOURCE_BUILD=$GIT_PATH/${PROJECT_NAME}_${PROJECT_VERSION}_${DIST}_source.build
if [ -f $SOURCE_BUILD ]; then
SOURCE_OPT='-b' # build only binary packages
else