corrected call from makefile to ensure translation build does not fail
Esse commit está contido em:
+1
-1
@@ -43,5 +43,5 @@ install:
|
||||
install -m 644 tmpl/* $(DESTDIR)$(DATADIR)tmpl/
|
||||
install -d $(DESTDIR)$(GLIB_DIR)
|
||||
install -m 644 schema/$(GLIB_SCHEME) $(DESTDIR)$(GLIB_DIR)
|
||||
cd po;./install_all.sh
|
||||
cd po;./install_all.sh $(DESTDIR)$(LOCALEDIR)
|
||||
|
||||
|
||||
+3
-4
@@ -1,9 +1,8 @@
|
||||
#!/bin/sh
|
||||
default="/usr/share/locale/"
|
||||
echo "installing languages to $default"
|
||||
echo "installing languages to $1"
|
||||
for i in *.po; do
|
||||
lang=`basename $i .po`
|
||||
echo "installing $lang"
|
||||
install -d $default$lang/LC_MESSAGES
|
||||
msgfmt -c $lang.po -o $default$lang/LC_MESSAGES/coverart_browser.mo
|
||||
install -d $1$lang/LC_MESSAGES
|
||||
msgfmt -c $lang.po -o $1$lang/LC_MESSAGES/coverart_browser.mo
|
||||
done
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário