diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-21 17:33:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-21 17:44:10 (EDT) |
commit | 0e12876e56e414f8df1b4ce111e1d11d5b733771 (patch) | |
tree | 0109c175b7888461648554c9a0f5147c7b7fb314 /locale | |
parent | d42160e298f920b093ff490a045b42fe1410c598 (diff) |
Write and document oh-fixperms.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/opkhelper.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US/opkhelper.sh b/locale/en_US/opkhelper.sh index 3f5e32a..7114d66 100644 --- a/locale/en_US/opkhelper.sh +++ b/locale/en_US/opkhelper.sh @@ -22,3 +22,8 @@ msg_opkhelper_installing_files='Installing files for package "%s"...' msg_opkhelper_strip_so='Stripping shared library "%s"...' msg_opkhelper_strip_exe='Stripping executable object "%s"...' msg_opkhelper_strip_a='Stripping static library "%s"...' +msg_opkhelper_chown='Setting ownership of files...' +msg_opkhelper_chmod_lib='Setting mode of library files...' +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"...' |