Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 6d4f78d

Browse files
committed
Merge pull request #10 from killerswan/master
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
2 parents cc126f2 + ac7d60d commit 6d4f78d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/fsharp/targets.make

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ install-lib-2 install-lib-4:
101101
$(INSTALL_LIB) $(outdir)Microsoft.FSharp.targets $(DESTDIR)/$(libdir)mono/$(TARGET)/;
102102

103103
install-bin-2 install-bin-4:
104-
sed -e 's,[@]DIR[@],$(libdir)mono/$(TARGET),g' -e 's,[@]TOOL[@],$(ASSEMBLY),g' < $(topdir)launcher.in > $(outdir)$(NAME)$(VERSION)
105-
chmod +x $(outdir)$(NAME)$(VERSION)
104+
sed -e 's,[@]DIR[@],$(libdir)mono/$(TARGET),g' -e 's,[@]TOOL[@],$(ASSEMBLY),g' < $(topdir)launcher.in > $(outdir)$(subst fs,fsharp,$(NAME))$(VERSION)
105+
chmod +x $(outdir)$(subst fs,fsharp,$(NAME))$(VERSION)
106106
@mkdir -p $(DESTDIR)/$(libdir)
107107
@mkdir -p $(DESTDIR)/$(bindir)
108108
$(INSTALL_LIB) $(outdir)$(ASSEMBLY) $(DESTDIR)$(libdir)mono/$(TARGET)
109-
$(INSTALL_BIN) $(outdir)$(NAME)$(VERSION) $(DESTDIR)/$(bindir)
109+
$(INSTALL_BIN) $(outdir)$(subst fs,fsharp,$(NAME))$(VERSION) $(DESTDIR)/$(bindir)
110110

111111
$(objdir) $(objdir)$(TARGET_2_0) $(objdir)$(TARGET_4_0):
112112
mkdir -p $@

0 commit comments

Comments
 (0)