From 147079a297be5950331b53d8135bcf4b810d52ab Mon Sep 17 00:00:00 2001 From: Sarantis Paskalis Date: Tue, 9 Apr 2002 13:37:11 +0000 Subject: [PATCH] fix tar options typo --- GNUmakefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 7c6dbbae..7fdd77e9 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.76 2002/04/08 22:43:41 oes Exp $ +# $Id: GNUmakefile.in,v 1.77 2002/04/09 13:28:53 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -296,7 +296,7 @@ redhat-dist: rpm-stuff exit 1;\ fi - $(TAR) ---exclude ".cvsignore" -exclude "CVS" --exclude "privoxy-suse.spec" -czf $(TAR_ARCH) . + $(TAR) --exclude ".cvsignore" --exclude "CVS" --exclude "privoxy-suse.spec" -czf $(TAR_ARCH) . $(RPM) --clean -ta $(TAR_ARCH) if [ -f $(TAR_ARCH) ]; then $(RM) $(TAR_ARCH); fi @@ -800,6 +800,9 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.77 2002/04/09 13:28:53 swa +# build suse and gen-dist with html docs +# # Revision 1.76 2002/04/08 22:43:41 oes # Fix: Include dotfiles in fixing webserver permissions # -- 2.39.2