OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   02-Jan-2009 11:47:31
  Branch: HEAD                             Handle: 2009010210473100

  Modified files:
    openpkg-src/mysql       mysql.spec

  Log:
    try to fix installation layout

  Summary:
    Revision    Changes     Path
    1.181       +3  -1      openpkg-src/mysql/mysql.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mysql/mysql.spec
  ============================================================================
  $ cvs diff -u -r1.180 -r1.181 mysql.spec
  --- openpkg-src/mysql/mysql.spec      28 Nov 2008 21:10:13 -0000      1.180
  +++ openpkg-src/mysql/mysql.spec      2 Jan 2009 10:47:31 -0000       1.181
  @@ -39,7 +39,7 @@
   Group:        Database
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20081128
  +Release:      20090102
   
   #   package options
   %option       with_server      yes
  @@ -138,6 +138,8 @@
       LIBS="-lz" \
       ./configure \
           --prefix=%{l_prefix} \
  +        --mandir=%{l_prefix}/man \
  +        --infodir=%{l_prefix}/info \
           --sysconfdir=%{l_prefix}/etc/mysql \
           --localstatedir=%{l_prefix}/var/mysql \
           --libexecdir=%{l_prefix}/libexec/mysql \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to