no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
el -> 58cf40fbc7269bbf9fada1253ec8f011507a992f
it -> 31a83f189f50d61cf1cf21a2215cd158c27cdc9c
ro -> de1113d8613b112c14d8e75a3e1e0ce7b1a6236e
ru -> ebb41fc34812cd2b60b9d71d4131620e5be1cbd3
sl -> f13ec224df213c09e026461144f137d231bd6fd0
tg -> 8584c83ca1fe45406ba32353ae7e76c98d026363
zh-CN -> 09b635a976c6192dccb652bb137867db8b16f722
# -*- Mode: makefile -*-
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
ifdef QEMU_EXE
MOZ_POST_PROGRAM_COMMAND = $(topsrcdir)/build/qemu-wrap --qemu $(QEMU_EXE) --libdir $(CROSS_LIB)
endif
include $(topsrcdir)/config/rules.mk
# Install versioned binary for parallel installability in Linux distributions
install:: $(PROGRAM)
cp $^ $(basename $^)$(MOZJS_MAJOR_VERSION)$(suffix $^)
$(SYSINSTALL) $(basename $^)$(MOZJS_MAJOR_VERSION)$(suffix $^) $(DESTDIR)$(bindir)