[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8d88f33d1a99f8e7de8e2c99509d0e8c4e0f22a
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Sun Jun 6 19:26:29 2010 -0700

    Oddly, BUILDER must not be quoted

diff --git a/debian/rules b/debian/rules
index 15ef321..449876a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ INSTALL=/usr/bin/install
 
 VENDOR = $(shell lsb_release -i -s)
 
-BUILDER="For technical support please see http://www.ubuntu.com/support";
+BUILDER=For technical support please see http://www.ubuntu.com/support
 
 # disable-static is so we don't get libfoo.a for modules.  now if only we could
 # kill the .las.


Reply to: