From 5b0c00e9801f7ce0d3d92c521063a381c6410524 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 22 Aug 2022 22:16:40 +0200 Subject: podman: T4637: always use "rm -f" to remove stale debian packages during build --- packages/podman/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/podman/build.sh b/packages/podman/build.sh index 54ba7ca4..3842d707 100755 --- a/packages/podman/build.sh +++ b/packages/podman/build.sh @@ -23,7 +23,7 @@ install -m 0755 -d tmp/lib/systemd/system install -m 0755 bin/* tmp/usr/bin/ install -m 0644 contrib/systemd/system/* tmp/lib/systemd/system -rm *.deb +rm -f *.deb fpm --input-type dir --output-type deb --name podman \ --maintainer "VyOS Package Maintainers " \ --description "engine to run OCI-based containers in Pods" \ -- cgit v1.2.3