Skip to content

Commit

Permalink
Removed extra slash
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Apr 4, 2019
1 parent 2c25653 commit 0299578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/moar/Makefile.in
Expand Up @@ -320,7 +320,7 @@ m-sometests: m-all
m-install: m-all @script(create-moar-runner.p6)@ @script(install-core-dist.p6)@ $(SETTING_MOAR)
$(MKPATH) @nfp($(DESTDIR)$(PREFIX)/bin)@
$(MKPATH) @nfp($(DESTDIR)$(M_LIBPATH)/Perl6)@
$(M_RUN_CLEAN_TARGET_FILES) $(M_PERL6_LANG_OUTPUT) @nfp($(DESTDIR)/$(M_LIBPATH)/Perl6)@
$(M_RUN_CLEAN_TARGET_FILES) $(M_PERL6_LANG_OUTPUT) @nfp($(DESTDIR)$(M_LIBPATH)/Perl6)@
$(CP) $(M_PERL6_LANG_OUTPUT) @nfp($(DESTDIR)$(M_LIBPATH)/Perl6)@
$(MKPATH) @nfp($(DESTDIR)$(PERL6_HOME)/lib)@
$(MKPATH) @nfp($(DESTDIR)$(PERL6_HOME)/runtime)@
Expand Down

0 comments on commit 0299578

Please sign in to comment.