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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   10-Oct-2005 20:03:15
  Branch: HEAD                             Handle: 2005101019031300

  Modified files:
    openpkg-src/highlight   highlight.spec

  Log:
    fix installation under Solaris

  Summary:
    Revision    Changes     Path
    1.2         +3  -1      openpkg-src/highlight/highlight.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/highlight/highlight.spec
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 highlight.spec
  --- openpkg-src/highlight/highlight.spec      29 Sep 2005 21:52:36 -0000      
1.1
  +++ openpkg-src/highlight/highlight.spec      10 Oct 2005 18:03:13 -0000      
1.2
  @@ -37,7 +37,7 @@
   Group:        Text
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20050929
  +Release:      20051010
   
   #   list of sources
   Source0:      http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.gz
  @@ -72,6 +72,8 @@
   %install
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install \
  +        INSTALL_DATA="%{l_shtool} install -m 644 -c" \
  +        INSTALL_PROGRAM="%{l_shtool} install -m 755 -c" \
           data_dir=$RPM_BUILD_ROOT%{l_prefix}/share/highlight/ \
           bin_dir=$RPM_BUILD_ROOT%{l_prefix}/bin/ \
           man_dir=$RPM_BUILD_ROOT%{l_prefix}/man/man1/ \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to