Previous posts:
Dec. 19, 2014: http://www.makemkv.com/forum2/viewtopic ... dir#p36912
Nov. 18, 2011: http://www.makemkv.com/forum2/viewtopic ... dir#p16878
To summarize, the way DESTDIR is specified in the Makefile for makemkv-bin is broken for anyone who wants to install somewhere other than /usr. I want to install to /usr/local, but I can't because the install commands are defined like:
Code: Select all
install -t $(DESTDIR)/usr/bin bin/$(ARCH)/makemkvcon
Because of this brokenness, every time I get a new version, I have to remember to remove all the /usr from the Makefile before I install. Sure, it's only a minor hassle, but it's knowingly broken and could be fixed so easily. Please make this change.