From 30e166aa180cdfec3b9db91736b9ab9cda577fa7 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sun, 24 Nov 2019 10:54:02 +0100 Subject: [PATCH] give the coverity build result archive a more descriptive name --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 245299b..26de90a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,7 @@ log: cov-scan: clean /opt/cov-analysis-*/bin/cov-build --dir cov-int $(MAKE) - tar cavf isync.tar.xz cov-int + tar cavf isync-cov.tar.xz cov-int deb: CFLAGS= INSTALL= dpkg-buildpackage -b --no-sign