commit aa617bb85452fc629612d9d6750108e0591fb71c
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Oct 1 14:59:47 2017 +0200

    adjust dist-hook to syntax change in .gitignore
    
    don't try to delete files in / ...
    
    amends 46e792c3d.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 37ab176..557742f 100644
--- 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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to