wryun / es-shell

es: a shell with higher-order functions
http://wryun.github.io/es-shell/
Other
313 stars 26 forks source link

Error when installing to new directory #12

Closed tmmcguire closed 9 years ago

tmmcguire commented 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
/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.