1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Check status of final tar/compress package creation for final status (FS#3382)

This commit is contained in:
Aaron Griffin 2006-12-05 07:43:42 +00:00
parent f8b4b5257e
commit 5a48e4f1b6

View File

@ -880,6 +880,11 @@ else
fi
$cmd | sort >../filelist
if [ ${PIPESTATUS[0]} -gt 0 ]; then
error "Failed to create package file."
exit ${PIPESTATUS[0]}
fi
cd $startdir
if [ "$CLEANUP" = "1" ]; then
msg "Cleaning up..."