Closed tmmcguire closed 9 years ago
I get the following (or a related) error when I attempt a make install to a directory that does not exist:
make install
$ make install /usr/bin/install -c -s ./es /tmp/es/bin /usr/bin/install: cannot create regular file ‘/tmp/es/bin’: No such file or directory Makefile:85: recipe for target 'install' failed make: *** [install] Error 1
Weirdly, the first time it failed when installing the man page. Possibly /tmp/es existed but /tmp/es/man/man1 did not.
I get the following (or a related) error when I attempt a
make install
to a directory that does not exist:Weirdly, the first time it failed when installing the man page. Possibly /tmp/es existed but /tmp/es/man/man1 did not.