xbps-src/build.sh: sleep 1 second while running do-pkg.sh.
This will ensure that binpkg files do not have recorded the same mtime, which is required in xbps to detect obsolete files properly.
This commit is contained in:
parent
38931a93b3
commit
48548f1983
|
@ -75,6 +75,7 @@ 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
|
||||
|
|
Loading…
Reference in New Issue