clbr / radeontop

GNU General Public License v3.0
804 stars 70 forks source link

make install uses wrong libdir #37

Closed luyatshimbalanga closed 8 years ago

luyatshimbalanga commented 8 years ago

Hello clbr, Makefile uses the wrong lib on this line $(INSTALL) -D -m755 $(xcblib) $(DESTDIR)/$(PREFIX)/lib/$(xcblib) $(LIBDIR) should be used instead when it comes to install on x86 -64 architecture.

clbr commented 8 years ago

LIBDIR indirection added in git.

Note that hard-coding lib64 for x86_64 would be wrong, there are many x86_64 systems that do not use lib64.