--- dmidecode-2.11.old/Makefile +++ dmidecode-2.11/Makefile @@ -26,11 +26,11 @@ LDFLAGS = DESTDIR = -prefix = /usr/local +prefix = __META_PREFIX__ sbindir = $(prefix)/sbin -mandir = $(prefix)/share/man +mandir = $(prefix)/man man8dir = $(mandir)/man8 -docdir = $(prefix)/share/doc/dmidecode +docdir = $(prefix)/doc INSTALL := install INSTALL_DATA := $(INSTALL) -m 644