diff options
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r-- | src/opkbuild.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index 865c350..54a22f3 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -19,9 +19,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. @@LIBDIR@@/opkhelper/messages -. @@LIBDIR@@/opkhelper/strings/en -. @@LIBDIR@@/opkhelper/changelog +. @@LIBDIR@@/messages +. @@LIBDIR@@/locale +. @@LIBDIR@@/changelog # Environment variables: export OH_SOURCE= @@ -74,6 +74,8 @@ OPT_UID0_CMD= main() { + oh_locale_set + get_options test_uid0_cmd |