diff options
author | P. J. McDermott <pjm@nac.net> | 2012-11-08 13:58:47 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-11-08 13:58:47 (EST) |
commit | 8c6b9a513101ed62c8cff682f35b1cf752a69818 (patch) | |
tree | f1b2d5ea5d9e18b5495c1284fa3aac552766c676 /locale/en_US | |
parent | 11d3d0e4a22a657b709dbdc2dae832a5e38d1278 (diff) |
Try to detect a suitable build system host arch.
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/opkhelper.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_US/opkhelper.sh b/locale/en_US/opkhelper.sh index 9007eca..9a791f2 100644 --- a/locale/en_US/opkhelper.sh +++ b/locale/en_US/opkhelper.sh @@ -29,3 +29,4 @@ msg_opkhelper_chmod_include='Setting mode of header files...' msg_opkhelper_chmod_man='Setting mode of manual files...' msg_opkhelper_chmod_bin='Setting mode of program files in "%s"...' msg_opkhelper_no_capable_build_sys='No capable build system found' +msg_opkhelper_no_capable_host_arch='No capable build system host architecture found' |