Ignore:
Timestamp:
Jun 7, 2017, 12:51:02 AM (8 years ago)
Author:
dmik
Message:

spec: os2-rpm: Move macros to control locked files and modify config.sys from rpm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/os2-rpm/macros.os2

    r1086 r1167  
    2828# Disable using find-debuginfo.sh, brp-strip-os2 does the job.
    2929%__debug_install_post %{nil}
     30
     31#------------------------------------------------------------------------
     32# handle file unlocking, options:
     33#   0 - automatic handling (default)
     34#   1 - use config.sys driver only
     35#   2 - do nothing, report error
     36#
     37%_os2_unlock_mode       0
     38
     39#------------------------------------------------------------------------
     40# OS/2 macros to handle config.sys changes (using cube script)
     41#
     42%os2_boot_drive                 %{_os2_boot_drive}
     43%os2_unixroot_drive             %{_os2_unixroot_drive}
     44%os2_config_sys                 %{os2_boot_drive}\\config.sys
     45%cube()                         cmd /c '%UNIXROOT%\\usr\\bin\\cube.exe %{*}'\
     46%{nil}
Note: See TracChangeset for help on using the changeset viewer.