]> git.pld-linux.org Git - packages/vim.git/blame - vim-awk.patch
- rebuild with ruby 2.4
[packages/vim.git] / vim-awk.patch
CommitLineData
e5689e67 1--- vim63/src/Makefile.orig 2005-08-09 23:47:45.000000000 +0200
2+++ vim63/src/Makefile 2005-08-09 23:48:44.000000000 +0200
3@@ -1843,9 +1843,7 @@
4 -chmod $(FILEMOD) $(DEST_TOOLS)/*
5 # replace the path in some tools
6 perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$$perlpath+" $(TOOLSSOURCE)/efm_perl.pl >$(DEST_TOOLS)/efm_perl.pl
7- awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$$awkpath+" $(TOOLSSOURCE)/mve.awk >$(DEST_TOOLS)/mve.awk; if test -z "$$awkpath"; then \
8- awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$$awkpath+" $(TOOLSSOURCE)/mve.awk >$(DEST_TOOLS)/mve.awk; if test -z "$$awkpath"; then \
9- awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$$awkpath+" $(TOOLSSOURCE)/mve.awk >$(DEST_TOOLS)/mve.awk; fi; fi
10+ sed -e "s+/usr/bin/nawk+/bin/awk+" $(TOOLSSOURCE)/mve.awk >$(DEST_TOOLS)/mve.awk
11 -chmod $(SCRIPTMOD) `grep -l "^#!" $(DEST_TOOLS)/*`
12
13 # install the language specific files, if they were unpacked
This page took 0.093205 seconds and 4 git commands to generate.