diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-03 16:26:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-03 16:26:09 (EDT) |
commit | 1b21d1d9f4947b60a370aad21e732e51b80193c4 (patch) | |
tree | 3b3e586c5275170992e470e572d7a4b6a1053a89 /locale | |
parent | 1b3d9defd5b061ffc66e4b866c3ee6ae0d84b07e (diff) |
Implement ob-applypatches.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/opkbuild.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh index 9f6705a..f40658a 100644 --- a/locale/en_US/opkbuild.sh +++ b/locale/en_US/opkbuild.sh @@ -73,3 +73,8 @@ msg_opkbuild_multiple_top_upstream_dirs='Multiple top-level directories found in msg_opkbuild_unpacking_upstream='Extracting upstream source archive...' msg_opkbuild_cant_unpack_upstream='Can'\''t extract upstream source archive' msg_opkbuild_cant_move_native='Can'\''t move extracted upstream source directory' + +# ob-applypatches +msg_opkbuild_applying_patch='Applying patch "%s"...' +msg_opkbuild_cant_apply_patch='Can'\''t apply patch "%s"' +msg_opkbuild_no_patches='No patches to be applied' |