commit 30e166aa180cdfec3b9db91736b9ab9cda577fa7
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Nov 24 10:54:02 2019 +0100

    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


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to