Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 590658 | Differences between
and this patch

Collapse All | Expand All

(-)firefox-48.0/config/rules.mk.orig (+5 lines)
Lines 1344-1349 Link Here
1344
$(sort $(foreach tier,$(INSTALL_TARGETS_TIERS),$(INSTALL_TARGETS_EXECUTABLES_$(tier)))):
1344
$(sort $(foreach tier,$(INSTALL_TARGETS_TIERS),$(INSTALL_TARGETS_EXECUTABLES_$(tier)))):
1345
	$(install_targets_sanity)
1345
	$(install_targets_sanity)
1346
	$(call install_cmd,$(IFLAGS2) '$<' '$(@D)')
1346
	$(call install_cmd,$(IFLAGS2) '$<' '$(@D)')
1347
	@if test "$<" = "xpcshell"; then \
1348
		if type -p "${prefix}/sbin/paxmark.sh" > /dev/null; then \
1349
			"${prefix}/sbin/paxmark.sh" m "$(@D)/$<"; \
1350
		fi; \
1351
	fi
1347
1352
1348
################################################################################
1353
################################################################################
1349
# Preprocessing rules
1354
# Preprocessing rules

Return to bug 590658