running `DESTDIR=~/.local make install` will install to `~/.localbin` instead of `~/.local/bin`. a simple fix would be always appending a slash to DESTDIR, since `foo//bar` is the same as `foo/bar`.