remove -I*.mo which is now useless

This commit is contained in:
Benjamin Dauvergne 2013-11-21 16:11:55 +01:00
parent 09fce1a622
commit 5f05a2aebb
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ for DIST in $DISTS; do
cd $BUILD_DIR/$PROJECT_NAME-$PROJECT_VERSION
echo "+ Building $PROJECT_NAME $PROJECT_VERSION $DIST $ARCH"
DIST=$DIST ARCH=$ARCH pdebuild --use-pdebuild-internal --debbuildopts "$SOURCE_OPT" --debbuildopts '-I*.mo'
DIST=$DIST ARCH=$ARCH pdebuild --use-pdebuild-internal --debbuildopts "$SOURCE_OPT"
echo "+ Add a build file to lock new build for $DIST on $ARCH"
touch $GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}_${ARCH}.build