From: root Date: Mon, 19 Nov 2007 13:43:38 +0000 (+0000) Subject: don't understand why rsync does what it does, but the cheap workaround seems to work X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9037e76b528308a240da16b4547022e081f8d2bb;p=dana%2Furxvt.git don't understand why rsync does what it does, but the cheap workaround seems to work --- diff --git a/Makefile.in b/Makefile.in index 7b7c568b..5bc350c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,7 +73,7 @@ distdir: cd src && $(MAKE) depend rm -rf $(VERNAME) mkdir $(VERNAME) - rsync -aR `cat MANIFEST` $(VERNAME)/. + rsync -aR --copy-unsafe-links `cat MANIFEST` $(VERNAME)/. tar.gz: distdir tar cvf - $(VERNAME) | gzip -vf9 > $(VERNAME).tar.gz