isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit aa617bb85452fc629612d9d6750108e0591fb71c
parent 380ccdd43a5931871bb82f526836c23a7c1aafae
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun,  1 Oct 2017 14:59:47 +0200

adjust dist-hook to syntax change in .gitignore

don't try to delete files in / ...

amends 46e792c3d.

Diffstat:
MMakefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am @@ -63,7 +63,7 @@ deb: dist-hook: find $(distdir)/debian \( -name .#\*# -o -type l \) -print0 | xargs -0r rm -rf - -cd $(distdir)/debian && test -f .gitignore && rm -rf `cat .gitignore` .gitignore + -cd $(distdir)/debian && test -f .gitignore && rm -rf `cut -c2- .gitignore` .gitignore dist-sign: dist gpg -b -a $(PACKAGE)-$(VERSION).tar.gz