OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jan-2003 14:01:32
Branch: HEAD Handle: 2003011613013200
Modified files:
openpkg-src/mysql mysql.spec
Log:
fixed mysql_install_db.sh
Summary:
Revision Changes Path
1.48 +1 -1 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 mysql.spec
--- openpkg-src/mysql/mysql.spec 16 Jan 2003 08:35:08 -0000 1.47
+++ openpkg-src/mysql/mysql.spec 16 Jan 2003 13:01:32 -0000 1.48
@@ -134,7 +134,7 @@
# patch init script
%{l_shtool} subst \
-e 's;@l_prefix@;%{l_prefix};g' \
- $RPM_BUILD_ROOT%{l_prefix}/scripts/mysql_install_db.sh
+ scripts/mysql_install_db.sh
# perform standard installation procedure
%{l_make} %{l_mflags} install \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]