Ignore:
Timestamp:
Feb 17, 2015, 2:02:05 PM (11 years ago)
Author:
Yuri Dario
Message:

spec: os2-base, set TERM to os2 only if undefined.

File:
1 edited

Legend:

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

    r540 r548  
    33Name: os2-base
    44Version: 0.0.0
    5 Release: 8%{?dist}
     5Release: 9%{?dist}
    66
    77License: free
     
    295295%cube {ADDLINE "SET UNIXROOT=%UNIXROOT%" (ALWAYS)} c:\config.sys > NUL
    296296fi
    297 %cube {DELLINE "SET TERM="} c:\config.sys > NUL
    298 %cube {ADDLINE "SET TERM=ansi" (ALWAYS)} c:\config.sys > NUL
     297%cube {ADDLINE "SET TERM=os2" (IFNEW)} c:\config.sys > NUL
    299298
    300299%postun
     
    333332
    334333%changelog
     334* Tue Feb 17 2015 yd <yd@os2power.com> 0.0.0-9
     335- set TERM to os2 only if undefined.
     336
    335337* Sat Feb 14 2015 yd <yd@os2power.com> 0.0.0-8
    336338- force TERM to ansi (texinfo requirement).
Note: See TracChangeset for help on using the changeset viewer.