You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/janet/files/janet-1.16.1-make.patch

14 lines
435 B

diff --git a/Makefile b/Makefile
index 7efef93b..12758ab0 100644
--- a/Makefile
+++ b/Makefile
@@ -254,7 +254,7 @@ build/doc.html: $(JANET_TARGET) tools/gendoc.janet
build/jpm: jpm $(JANET_TARGET)
$(JANET_TARGET) tools/patch-jpm.janet jpm build/jpm "--libpath=$(LIBDIR)" "--headerpath=$(INCLUDEDIR)/janet" "--binpath=$(BINDIR)"
- chmod +x build/jpm
+ chmod +x jpm
.INTERMEDIATE: build/janet.pc
build/janet.pc: $(JANET_TARGET)