rvaiya / warpd

A modal keyboard-driven virtual pointer
MIT License
2.85k stars 126 forks source link

build assumes /usr/share/man/man1 and /usr/bin are present #196

Closed OSS542 closed 1 year ago

OSS542 commented 1 year ago

The Makefile assumes that /share/man/man1/ and /bin/ are present. If $DESTDIR is defined to use a different prefix (ex. a temporary build root), these must be created manually before running "make". Most Makefiles handle this using "mkdir -p ..."

rvaiya commented 1 year ago

This should be fixed in the latest commit.