aports/main/git/bb-tar.patch
Muh Muhten 141968c765 main/git: unbreak send-email syntax errors
something seems to have gone wrong in the process of copy-pasting in a18cf0d.
I haven't tested this version to make sure it works, either, but at least it syntax-checks and by inspection it seems like it ought to work.

11:30 < nmeum> a18cf0d3343c487f4a6a262f0038f21d95c35b66 just broke git-send-email http://sprunge.us/TQMW could somebody with access to main/ please revert it?
2015-09-30 22:12:58 +02:00

9 lines
372 B
Diff

--- a/templates/Makefile Mon Oct 26 02:57:33 2009
+++ b/templates/Makefile Mon Nov 9 14:56:27 2009
@@ -63,4 +63,4 @@
install: all
$(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(template_instdir_SQ)'
(cd blt && $(TAR) cf - .) | \
- (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xof -)
+ (cd '$(DESTDIR_SQ)$(template_instdir_SQ)' && umask 022 && $(TAR) xf -)