CVS: moonbase/x11/xfree86 BUILD,1.4,1.5
Terry Chan
tchan at lunar-linux.org
Fri Dec 5 17:30:30 GMT 2003
Update of /var/cvs/lunar/moonbase/x11/xfree86
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11139
Modified Files:
BUILD
Log Message:
Added the "rm /usr/X11R6/lib/libz.a" to the BUILD script. xfree86 libz.a
is outdated and the newer version of libz.a should be used. Part of the
version bump of zlib-1.2.1.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/xfree86/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 1 Dec 2003 11:57:07 -0000 1.4
+++ BUILD 5 Dec 2003 17:30:27 -0000 1.5
@@ -47,6 +47,7 @@
rm -f /usr/X11R6/lib/libz.a &&
rm -f /usr/X11R6/include/zlib.h &&
rm -f /usr/X11R6/include/zconf.h &&
+ rm -f /usr/X11R6/lib/libz.a &&
if [ ! -e /etc/skel/.xsession ]; then
cp $SCRIPT_DIRECTORY/xsession /etc/skel/.xsession
More information about the Lunar-commits
mailing list