diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-22 03:40:58 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-22 03:40:58 (EDT) |
commit | f3aeb0ffc84c75faea757d94b0270ee566b6a03f (patch) | |
tree | cbea7f3f36427ba7a851c7a5a59696d3288ac8ba /src/oh-fixperms.sh | |
parent | d85b660b4a34e2fa2f75fde202059ee41ab20eb4 (diff) | |
parent | dfd503fffcca2c1527c6004dff86e304079a4ebb (diff) |
Merge branch 'feature/buildsystems-support'.
Diffstat (limited to 'src/oh-fixperms.sh')
-rw-r--r-- | src/oh-fixperms.sh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/oh-fixperms.sh b/src/oh-fixperms.sh index b9029df..d8f3886 100644 --- a/src/oh-fixperms.sh +++ b/src/oh-fixperms.sh @@ -19,17 +19,13 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. '@@LIBOPKBUILD_1@@/load.sm' - -ob_use locale -ob_use output +. '@@LIBOPKHELPER@@/load.sm' main() { dir='dest' - ob_set_locale_path '@@LOCALEDIR@@/%s/LC_MESSAGES/%s.ms' - ob_set_text_domain 'opkhelper' + oh_init while getopts 'd:' opt; do case "${opt}" in |