mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
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?
9 lines
372 B
Diff
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 -)
|