Author: alexander
Date: 2005-12-27 02:48:33 -0700 (Tue, 27 Dec 2005)
New Revision: 1323

Modified:
   trunk/packages/groff/Makefile
Log:
Changed the way Groff outputs single qiuotes in UTF-8 based locales


Modified: trunk/packages/groff/Makefile
===================================================================
--- trunk/packages/groff/Makefile       2005-12-27 09:06:30 UTC (rev 1322)
+++ trunk/packages/groff/Makefile       2005-12-27 09:48:33 UTC (rev 1323)
@@ -32,8 +32,8 @@
 
 compile-stage2:
        zcat ../$(PATCH) | patch -Np1
-       sed -i 's,2010,002D,' font/devutf8/R.proto
-       sed -i 's,2212,002D,' font/devutf8/R.proto
+       sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
+           -e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto
 ifndef CROSS
        PAGE=$(pagesize) ./configure --prefix=/usr --enable-multibyte
 else

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to