OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Dec-2002 09:48:08
Branch: HEAD Handle: 2002122608480700
Modified files:
openpkg-src/mozilla mozilla.spec
Log:
Mozilla is also a memory hog when building...
Summary:
Revision Changes Path
1.49 +3 -3 openpkg-src/mozilla/mozilla.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 26 Dec 2002 07:01:58 -0000 1.48
+++ openpkg-src/mozilla/mozilla.spec 26 Dec 2002 08:48:07 -0000 1.49
@@ -68,9 +68,9 @@
%prep
# display a warning that this package is a beast
- ( echo "This package requires about 540 MB of free disk space and about"
- echo "70 minutes real-time to build on a Pentium-III 800Mhz class CPU."
- echo "So please be prepared... ;-)"
+ ( echo "This package requires about 540 MB of free disk space, 200 MB of RAM"
+ echo "and 70 minutes real-time to build on a Pentium-III 800Mhz class CPU."
+ echo "So be prepared and patient, please... ;-)"
) | %{l_rpmtool} msg -b -t notice
# extract source distribution
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]