[Lunar-commits] r25620 - moonbase/trunk/i18n/Canna
Stefan Wold
ratler at lunar-linux.org
Sun Aug 26 16:45:09 CEST 2007
Author: ratler
Date: 2007-08-26 16:45:09 +0200 (Sun, 26 Aug 2007)
New Revision: 25620
Modified:
moonbase/trunk/i18n/Canna/BUILD
Log:
Remove CPP CPPFLAGS or it will barf on x86_64. Fix sort command options. Install man pages.
Modified: moonbase/trunk/i18n/Canna/BUILD
===================================================================
--- moonbase/trunk/i18n/Canna/BUILD 2007-08-26 14:39:47 UTC (rev 25619)
+++ moonbase/trunk/i18n/Canna/BUILD 2007-08-26 14:45:09 UTC (rev 25620)
@@ -1,9 +1,13 @@
(
+
+ unset CPP CPPFLAGS
sedit "s:define DefCannaPrefix .*:define DefCannaPrefix /usr:" Canna.conf &&
+ sedit 's;^\(sortcmd=\".* -s\).*$;\1 -k 1,1\";' cmd/mkbindic/mkbindic.cpp &&
xmkmf &&
make canna &&
prepare_install &&
- make install
+ make install &&
+ make install.man
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list