From 513932b3c8dc2d22bb17fd0680c7461c013de433 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 13 May 2024 14:46:34 -0400 Subject: add initial research for rpm --- portable/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portable') diff --git a/portable/build.sh b/portable/build.sh index 339823b..5b67467 100755 --- a/portable/build.sh +++ b/portable/build.sh @@ -104,7 +104,7 @@ done popd # Clean up any lingering artifacts -make -f debian/rules clean +make -f debian/rules clean || : rm -rf ${BUILD_DIR} popd -- cgit