mirror of
https://git.proxmox.com/git/debcargo-conf
synced 2025-04-28 13:24:24 +00:00
Remove old tarball as well when building
This commit is contained in:
parent
f3f09de63d
commit
4c482b2306
@ -11,7 +11,7 @@ if [ ! -f "$PKGDIR/debian/copyright" ]; then
|
||||
echo "FIXME fill me in using ./copyright.debcargo.hint as a guide" > "$PKGDIR/debian/copyright"
|
||||
fi
|
||||
|
||||
rm -rf "$BUILDDIR"
|
||||
rm -rf "$BUILDDIR" "$(dirname "$BUILDDIR")/rust-$PKG-$VER_$VER"*.orig.tar.*
|
||||
$DEBCARGO package --config "$PKGCFG" --directory "$BUILDDIR" "$PKG" "$VER"
|
||||
|
||||
if ! git diff --quiet -- "$PKGDIR_REL"; then
|
||||
|
Loading…
Reference in New Issue
Block a user