Changes between Version 65 and Version 66 of RpmHowToPackagers
- Timestamp:
- Nov 18, 2019, 4:42:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToPackagers
v65 v66 518 518 ||os2_config_sys||Refers to `%{os2_boot_drive}`|| 519 519 ||os2_expand_unixroot||Refers to `%UNIXROOT%` env.var|| 520 ||os2_expand_dos_vars||Refers to `% UNIXROOT%` env.var||520 ||os2_expand_dos_vars||Refers to `%MYVAR%-like` env.vars|| 521 521 ||os2_unixroot_path||Refers to `%{os2_expand_unixroot}` 522 522 523 Also, all other macros which refer to one of the above macros in their definitions must be subject to double expansion.523 Also, all other macros which refer to one of the above macros in their definitions must be subject to secondary expansion too. 524 524 525 525 A good example of how to use such macros is provided in the next section.