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.
This commit is contained in:
Juan RP 2015-05-23 09:31:59 +02:00
parent 23bcb103cf
commit b1d2d425b4

View file

@ -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