[Lunar-commits] r17830 - moonbase/trunk/archive/bzip2

Terry Chan tchan at lunar-linux.org
Wed Dec 28 06:56:56 UTC 2005


Author: tchan
Date: 2005-12-28 06:56:56 +0000 (Wed, 28 Dec 2005)
New Revision: 17830

Modified:
   moonbase/trunk/archive/bzip2/BUILD
Log:
Added stripping of the binaries to the bzip2 module.


Modified: moonbase/trunk/archive/bzip2/BUILD
===================================================================
--- moonbase/trunk/archive/bzip2/BUILD	2005-12-28 06:36:49 UTC (rev 17829)
+++ moonbase/trunk/archive/bzip2/BUILD	2005-12-28 06:56:56 UTC (rev 17830)
@@ -9,6 +9,7 @@
   make  PREFIX=/usr             &&
   prepare_install               &&
   make  PREFIX=/usr install     &&
+  strip /usr/bin/bzip2 /usr/bin/bzip2recover /usr/bin/bzcat /usr/bin/bunzip2 &&
   make  -f  Makefile-libbz2_so  &&
   ( cp    -a  libbz2.so* /usr/lib || true )
 



More information about the Lunar-commits mailing list