On Mon, 24 May 2010 12:56:05 +0200
Thomas Dahms <[email protected]> wrote:
> Hi,
>
> the recent Makefile changes will install the libs always to /lib
> instead of $(PREFIX)/lib. Looking in /lib, I also found
> libwmii_hack.so there, so wmii probably has the same issue.
>
> Also DESTDIR seems to be completely ignored.
Not quite. It installs it to $(LIBDIR)/../../lib. It looks like it's
always been a bug, which just happened to be copacetic when the libs
were held in ../lib instead of ../../lib.
Thanks.
--
Kris Maglione
Testing can only prove the presence of bugs, not their absence.
--Edsger W. Dijkstra