shithub: mc

Download patch

ref: f84e82b374d82b1668968095fe45417ba11d78fe
parent: 2c814b34375827b994cd448160304c18ddbbeb5c
author: Ori Bernstein <[email protected]>
date: Sat Aug 23 21:37:12 EDT 2014

Fix 'make install' from 6/ directory

    Without config.mk, we have an empty INST_ROOT, and try to
    install to /.

--- a/6/Makefile
+++ b/6/Makefile
@@ -7,4 +7,5 @@
 
 DEPS=../parse/libparse.a ../mi/libmi.a
 
+include ../config.mk
 include ../mk/c.mk