Ignore:
Timestamp:
Nov 27, 2011, 6:31:42 PM (14 years ago)
Author:
Yuri Dario
Message:

spec: os2-base /bin removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/os2-base.spec

    r168 r245  
    33Name: os2-base
    44Version: 0.0.0
    5 Release: 3%{?dist}
     5Release: 4%{?dist}
    66
    77License: free
     
    262262if [ "$1" = 1 ] ; then
    263263#execute only on first install
    264 %cube {ADDSTRING "%UNIXROOT%\usr\sbin;%UNIXROOT%\usr\bin;%UNIXROOT%\sbin;%UNIXROOT%\bin;" IN "SET PATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys c:\config.sys.yum > NUL
     264%cube {ADDSTRING "%UNIXROOT%\usr\sbin;%UNIXROOT%\usr\bin;" IN "SET PATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys c:\config.sys.yum > NUL
    265265%cube {ADDSTRING "%UNIXROOT%\usr\lib;" IN "LIBPATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
    266266%cube {DELLINE "SET UNIXROOT="} c:\config.sys > NUL
     
    271271if [ "$1" = 0 ] ; then
    272272#execute only on last uninstall
    273 %cube {DELSTRING "%UNIXROOT%\usr\sbin;%UNIXROOT%\usr\bin;%UNIXROOT%\sbin;%UNIXROOT%\bin;" IN "SET PATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
     273%cube {DELSTRING "%UNIXROOT%\usr\sbin;%UNIXROOT%\usr\bin;" IN "SET PATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
    274274%cube {DELSTRING "%UNIXROOT%\usr\lib;" IN "LIBPATH=" (FIRST IFNEW BEFORE RS(%%)} c:\config.sys > NUL
    275275%cube {DELLINE "SET UNIXROOT="} c:\config.sys > NUL
Note: See TracChangeset for help on using the changeset viewer.