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:   15-Jul-2006 09:14:47
  Branch: HEAD                             Handle: 2006071508144700

  Modified files:
    openpkg-src/modsurvey   modsurvey.spec

  Log:
    fix style; remove '&&' as we are usually doing a plain 'cd' and the
    line-continuation is missing anyway

  Summary:
    Revision    Changes     Path
    1.3         +3  -4      openpkg-src/modsurvey/modsurvey.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/modsurvey/modsurvey.spec
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 modsurvey.spec
  --- openpkg-src/modsurvey/modsurvey.spec      4 Jul 2006 07:26:56 -0000       
1.2
  +++ openpkg-src/modsurvey/modsurvey.spec      15 Jul 2006 07:14:47 -0000      
1.3
  @@ -33,7 +33,7 @@
   Group:        Web
   License:      GPL
   Version:      3.2.4
  -Release:      20060704
  +Release:      20060715
   
   #   list of sources
   Source0:      
http://www.modsurvey.org/download/tarballs/modsurvey-%{version}.tgz
  @@ -82,9 +82,8 @@
       #   perform standard installation procedure
       %{l_shtool} install -c %{l_value -s -a} \
           mod_survey/installer.pl mod_survey/installer
  -    (
  -    cd mod_survey &&
  -    %{l_prefix}/bin/perl installer </dev/null
  +    ( cd mod_survey
  +      %{l_prefix}/bin/perl installer </dev/null
       ) || exit $?
   
       #   post-adust installation paths
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to