projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b56518
)
vim: really fix patch download
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 15 Mar 2009 13:51:30 +0000
(13:51 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 15 Mar 2009 13:51:30 +0000
(13:51 -0000)
Thanks to Markus Heidelberg for noticing.
package/editors/vim/vim.mk
patch
|
blob
|
history
diff --git
a/package/editors/vim/vim.mk
b/package/editors/vim/vim.mk
index 79d892b6c36bc8e27074149bae5e9dcb4e6f6a19..b0f0d059acd40b73785a455e84292a467b5a1018 100644
(file)
--- a/
package/editors/vim/vim.mk
+++ b/
package/editors/vim/vim.mk
@@
-16,8
+16,8
@@
VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
$(DL_DIR)/$(VIM_SOURCE):
$(call DOWNLOAD,$(VIM_SOURCE_SITE),$(VIM_SOURCE))
-$(DL_DIR)/
vim/
%:
- $(call DOWNLOAD,$(VIM_PATCH_SITE),$
*
)
+$(DL_DIR)/
$(VIM_VERSION).
%:
+ $(call DOWNLOAD,$(VIM_PATCH_SITE),$
(notdir $@)
)
vim-source: $(DL_DIR)/$(VIM_SOURCE) $(VIM_PATCHES)