Author: jhuntwork
Date: 2005-05-21 13:50:56 -0600 (Sat, 21 May 2005)
New Revision: 204
Modified:
trunk/packages/vim/Makefile
Log:
Changed vim Makefile to correctly point at downloaded vim-lang tarball
Modified: trunk/packages/vim/Makefile
===================================================================
--- trunk/packages/vim/Makefile 2005-05-21 15:38:28 UTC (rev 203)
+++ trunk/packages/vim/Makefile 2005-05-21 19:50:56 UTC (rev 204)
@@ -32,7 +32,7 @@
@if [ ! -f $(SRC)/$(LANG_PACK) ] ; then $(WGET) $(URL2) && \
mv $(LANG_PACK) $(SRC) ; fi
@if [ ! -f /usr/bin/vi ] ; then tar xjvf $(SRC)/$(FILE) && cd $(DIR) &&
\
- tar xjvf $(SRC)/vim-6.3-lang.tar.gz --strip-components=1 && \
+ tar xjvf $(SRC)/$(LANG_PACK) --strip-components=1 && \
echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && \
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h && \
patch -Np1 -i $(SRC)/$(PATCH) && \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page