void-packages/srcpkgs/lfe/patches/no-install-on-build.patch

12 lines
305 B
Diff
Raw Normal View History

2018-01-15 13:50:27 +00:00
--- Makefile.orig 2018-01-15 14:49:00.426539554 +0100
+++ Makefile 2018-01-15 14:49:04.968584026 +0100
@@ -118,7 +118,7 @@ comp_opts.mk:
-include comp_opts.mk
$(BINDIR)/lfe%:
- $(INSTALL_BIN) $@ $(DESTBINDIR)
+ : $(INSTALL_BIN) $@ $(DESTBINDIR)
install: compile install-man
rm -Rf $(DESTEBINDIR)