All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: [25592] trunk/buildroot/package/editors/vim
@ 2009-03-09 19:47 jacmet at uclibc.org
  2009-03-15 11:39 ` [Buildroot] [PATCH] vim: fix download of patches Markus Heidelberg
  0 siblings, 1 reply; 4+ messages in thread
From: jacmet at uclibc.org @ 2009-03-09 19:47 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-03-09 19:47:55 +0000 (Mon, 09 Mar 2009)
New Revision: 25592

Log:
vim: fixup patch download location after change to DOWNLOAD macro.

Closes #161.

Modified:
   trunk/buildroot/package/editors/vim/vim.mk


Changeset:
Modified: trunk/buildroot/package/editors/vim/vim.mk
===================================================================
--- trunk/buildroot/package/editors/vim/vim.mk	2009-03-09 17:22:16 UTC (rev 25591)
+++ trunk/buildroot/package/editors/vim/vim.mk	2009-03-09 19:47:55 UTC (rev 25592)
@@ -9,7 +9,7 @@
 VIM_SOURCE_SITE:=$(VIM_SITE)/unix
 VIM_PATCH_SITE:=$(VIM_SITE)/patches/7.1
 VIM_DIR:=$(BUILD_DIR)/vim71
-VIM_PATCHES:=$(shell sed -e 's:^:$(DL_DIR)/vim/$(VIM_VERSION).:' package/editors/vim/patches)
+VIM_PATCHES:=$(shell sed -e 's:^:$(DL_DIR)/$(VIM_VERSION).:' package/editors/vim/patches)
 VIM_CONFIG_H:=$(VIM_DIR)/src/auto/config.h
 VIM_CONFIG_MK:=$(VIM_DIR)/src/auto/config.mk
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-15 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 19:47 [Buildroot] svn commit: [25592] trunk/buildroot/package/editors/vim jacmet at uclibc.org
2009-03-15 11:39 ` [Buildroot] [PATCH] vim: fix download of patches Markus Heidelberg
2009-03-15 13:51   ` Peter Korsgaard
2009-03-15 15:51     ` Markus Heidelberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.