From b1d2d425b476d60b5aceb8a88fe830c62d2aac72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 23 May 2015 09:31:59 +0200 Subject: [PATCH] xbps-src: remove stupid workaround to sleep for a second. This was added to make sure pkg file metadata contains a different mtime (in seconds precision), but building multiple pkgs in less than a second will be really strange. --- common/xbps-src/libexec/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/common/xbps-src/libexec/build.sh b/common/xbps-src/libexec/build.sh index 67a7dba9014..497d559c279 100755 --- a/common/xbps-src/libexec/build.sh +++ b/common/xbps-src/libexec/build.sh @@ -75,7 +75,6 @@ done # If install went ok generate the binpkgs. for subpkg in ${subpackages} ${sourcepkg}; do $XBPS_LIBEXECDIR/xbps-src-dopkg.sh $subpkg "$XBPS_REPOSITORY" "$XBPS_CROSS_BUILD" || exit 1 - sleep 1 done # pkg cleanup