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

(-)plugins/externaltools/data/Makefile.in.orig (-1 / +1 lines)
Lines 471-477 Link Here
471
# (.desktop), which happens to be translated using intltool.
471
# (.desktop), which happens to be translated using intltool.
472
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
472
$(tools_SCRIPTS): %: %.tool.in %.desktop $(TOOL_MERGE)
473
	perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
473
	perl $(TOOL_MERGE) -o $@ $< $(word 2,$^)
474
	chmod --reference=$< $@
474
	chmod 0755 $@
475
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
# Tell versions [3.59,3.63) of GNU make to not export all variables.
476
# Otherwise a system limit (for SysV at least) may be exceeded.
476
# Otherwise a system limit (for SysV at least) may be exceeded.
477
.NOEXPORT:
477
.NOEXPORT:

Return to bug 183691