]> git.pld-linux.org Git - packages/vim.git/blob - vim-doubleparenthesis.patch
- unconditional noarch subpackages
[packages/vim.git] / vim-doubleparenthesis.patch
1 --- vim63/src/Makefile.orig     2005-04-26 18:25:11.000000000 +0200
2 +++ vim63/src/Makefile  2005-04-26 18:25:57.000000000 +0200
3 @@ -2208,7 +2208,7 @@
4         -@echo 'char_u *compiled_user = (char_u *)"' | tr -d $(NL) >> $@
5         -@if test -n "$(COMPILEDBY)"; then \
6                 echo "$(COMPILEDBY)" | tr -d $(NL) >> $@; \
7 -               else ((logname) 2>/dev/null || whoami) | tr -d $(NL) >> $@; fi
8 +               else ( (logname 2>/dev/null) || whoami) | tr -d $(NL) >> $@; fi
9         -@echo '";' >> $@
10         -@echo 'char_u *compiled_sys = (char_u *)"' | tr -d $(NL) >> $@
11         -@if test -z "$(COMPILEDBY)"; then hostname | tr -d $(NL) >> $@; fi
This page took 0.049474 seconds and 3 git commands to generate.