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:   28-Dec-2008 17:18:19
  Branch: HEAD                             Handle: 2008122816181800

  Modified files:
    openpkg-src/drupal      drupal.spec

  Log:
    shtool mkln really has too much special cases...

  Summary:
    Revision    Changes     Path
    1.413       +3  -4      openpkg-src/drupal/drupal.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  ============================================================================
  $ cvs diff -u -r1.412 -r1.413 drupal.spec
  --- openpkg-src/drupal/drupal.spec    24 Dec 2008 20:13:16 -0000      1.412
  +++ openpkg-src/drupal/drupal.spec    28 Dec 2008 16:18:18 -0000      1.413
  @@ -231,7 +231,7 @@
   Group:        CMS
   License:      GPL
   Version:      %{V_drupal}
  -Release:      20081224
  +Release:      20081228
   
   #   package options
   %option       with_mysql   yes
  @@ -1705,9 +1705,8 @@
           
$RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites/default/default.settings.php
   
       #   set data location
  -    %{l_shtool} mkln -s \
  -       $RPM_BUILD_ROOT%{l_prefix}/var/drupal/files \
  -       $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites/default/
  +    ln -s ../../../../var/drupal/files \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/drupal/sites/default/files
   
       #   install run-command script
   %if "%{with_dcron}" == "yes"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to