version 1.6, 2025/04/14 13:06:46
|
version 1.7, 2025/04/14 14:34:07
|
Line 23
|
Line 23
|
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
# |
# |
# $Log$ |
# $Log$ |
|
# Revision 1.7 2025/04/14 14:34:07 snw |
|
# Fix _fmd_common.bash syntax error |
|
# |
# Revision 1.6 2025/04/14 13:06:46 snw |
# Revision 1.6 2025/04/14 13:06:46 snw |
# Add OS/2 RPM build script to fmd |
# Add OS/2 RPM build script to fmd |
# |
# |
Line 63 function _fmd_os_detect()
|
Line 66 function _fmd_os_detect()
|
export _fmd_distfamily="OS/2" |
export _fmd_distfamily="OS/2" |
export _fmd_can_package=1 |
export _fmd_can_package=1 |
export _fmd_pkg_mechanism=os2rpm |
export _fmd_pkg_mechanism=os2rpm |
|
;; |
|
|
sunos) |
sunos) |
export _fmd_arch=$(isainfo | cut -d" " -f2) |
export _fmd_arch=$(isainfo | cut -d" " -f2) |