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 openpkg-web Date: 03-Sep-2003 16:32:25
Branch: HEAD Handle: 2003090315322302
Modified files:
openpkg-src/mozilla mozilla.spec
openpkg-web news.txt
Log:
Make sure we do not fall over our own feets if the .autoreg
dir already exists (can happen on Solaris 9/x86 at least).
Thanks to Sebastian Bar for discovering this.
Summary:
Revision Changes Path
1.68 +2 -2 openpkg-src/mozilla/mozilla.spec
1.6383 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mozilla/mozilla.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 mozilla.spec
--- openpkg-src/mozilla/mozilla.spec 17 Aug 2003 12:46:30 -0000 1.67
+++ openpkg-src/mozilla/mozilla.spec 3 Sep 2003 14:32:25 -0000 1.68
@@ -33,7 +33,7 @@
Group: Web
License: MPL
Version: 1.4
-Release: 20030817
+Release: 20030903
# package options
%option with_optimize yes
@@ -185,7 +185,7 @@
rm -rf res/samples
# workaround run-time startup problems
- mkdir .autoreg
+ mkdir .autoreg >/dev/null 2>&1 || true
) || exit $?
# generate manual page for startup convinience wrapper
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6382 -r1.6383 news.txt
--- openpkg-web/news.txt 3 Sep 2003 14:23:47 -0000 1.6382
+++ openpkg-web/news.txt 3 Sep 2003 14:32:23 -0000 1.6383
@@ -1,3 +1,4 @@
+03-Sep-2003: Upgraded package: P<mozilla-1.4-20030903>
03-Sep-2003: Upgraded package: P<openpkg-20030903-20030903>
03-Sep-2003: Upgraded package: P<subversion-0.28.2-20030903>
03-Sep-2003: Upgraded package: P<vim-6.2.72-20030903>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]