From fb063beb2d57e656493cd713b457747325dc5c20 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 15 Jun 2017 11:05:18 +0200 Subject: [PATCH] fix rights --- lam/po/make_mo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/po/make_mo b/lam/po/make_mo index 7cf58a53..9e97e8de 100755 --- a/lam/po/make_mo +++ b/lam/po/make_mo @@ -1,10 +1,11 @@ #!/bin/bash # $Id$ # -# Copyright (C) 2003 - 2006 Roland Gruber +# Copyright (C) 2003 - 2017 Roland Gruber # This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) # This script generates a messages.mo file from the translated messages.po file. rm -f messages.mo +chmod -x messages.po msgfmt -v -c --statistics messages.po -o messages.mo