Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 508302
Collapse All | Expand All

(-)a/tools/qemu-xen/po/Makefile (-1 / +1 lines)
Lines 30-36 install: $(OBJS) Link Here
30
	for obj in $(OBJS); do \
30
	for obj in $(OBJS); do \
31
	    base=`basename $$obj .mo`; \
31
	    base=`basename $$obj .mo`; \
32
	    $(INSTALL) -d $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES; \
32
	    $(INSTALL) -d $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES; \
33
	    $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \
33
	    $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/xenqemu.mo; \
34
	done
34
	done
35
35
36
%.mo: %.po
36
%.mo: %.po
(-)a/tools/qemu-xen/ui/gtk.c (-1 / +1 lines)
Lines 31-37 Link Here
31
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
31
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
32
 */
32
 */
33
33
34
#define GETTEXT_PACKAGE "qemu"
34
#define GETTEXT_PACKAGE "xenqemu"
35
#define LOCALEDIR "po"
35
#define LOCALEDIR "po"
36
36
37
#include "qemu-common.h"
37
#include "qemu-common.h"

Return to bug 508302