summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index feeb89a..9bac2c6 100755
--- a/build
+++ b/build
@@ -2364,7 +2364,7 @@ if test -n "$RPMS" \
echo "... comparing built packages with the former built"
mount -n -tproc none $BUILD_ROOT/proc 2> /dev/null
if chroot $BUILD_ROOT /usr/lib/build/same-build-result.sh /.build.oldpackages "$TOPDIR/RPMS" "$TOPDIR/SRPMS"; then
- chroot $BUILD_ROOT touch /.build/.same_result_marker
+ chroot $BUILD_ROOT touch /.build.packages/same_result_marker
# XXX: dirty build service hack. fix bs_worker. Search for
# 'same_result_marker' for traces of a first try to get rid of this
if test -n "$REASON" -a -n "$DISTURL"; then
@@ -2372,7 +2372,7 @@ if test -n "$RPMS" \
fi
fi
fi
- if test ! -e $BUILD_ROOT/.build/.same_result_marker \
+ if test ! -e $BUILD_ROOT/.build.packages/same_result_marker \
-a -x "$BUILD_ROOT/usr/bin/makedeltarpm" \
-a -x $BUILD_ROOT/usr/lib/build/mkdrpms; then
echo "... creating delta rpms"