r210 - trunk/vim/debian

Norbert Tretkowski nobse@costa.debian.org
Sun, 15 May 2005 17:17:35 +0000


Author: nobse
Date: 2005-05-15 17:17:35 +0000 (Sun, 15 May 2005)
New Revision: 210

Modified:
   trunk/vim/debian/rules
Log:
allow spaces in $BUILDER


Modified: trunk/vim/debian/rules
===================================================================
--- trunk/vim/debian/rules	2005-05-15 17:14:10 UTC (rev 209)
+++ trunk/vim/debian/rules	2005-05-15 17:17:35 UTC (rev 210)
@@ -20,7 +20,7 @@
 CFLAGS+=$(if $(findstring nodebug,$(DEB_BUILD_OPTIONS)),,-g -Wall)
 CFGFLAGS+=--prefix=/usr
 CFGFLAGS+=--mandir='$${prefix}'/share/man
-CFGFLAGS+=--with-compiledby=$(BUILDER)
+CFGFLAGS+=--with-compiledby="$(BUILDER)"
 
 OPTFLAGS+=--enable-gpm
 OPTFLAGS+=--enable-cscope