This patch file may include trailing empty lines and/or trailing lines that consist solely of whitespace. If you edit this file, use software that preserves lines of this type, or you may break the patch. --- cpufrequtils-008.old/Makefile +++ cpufrequtils-008/Makefile @@ -65,16 +65,16 @@ # Directory definitions. These are default and most probably # do not need to be changed. Please note that DESTDIR is -# added in front of any of them +# added in front of any of them. -bindir ?= /usr/bin -sbindir ?= /usr/sbin -mandir ?= /usr/man -includedir ?= /usr/include -libdir ?= /usr/lib -localedir ?= /usr/share/locale -docdir ?= /usr/share/doc/packages/cpufrequtils -confdir ?= /etc/ +bindir ?= __META_PREFIX__/bin +sbindir ?= __META_PREFIX__/sbin +mandir ?= __META_PREFIX__/man +includedir ?= __META_PREFIX__/include +libdir ?= __META_PREFIX__/lib +localedir ?= __META_PREFIX__/share/locale +docdir ?= __META_PREFIX__/doc +confdir ?= __META_PREFIX__/etc/ # Toolchain: what tools do we use, and what options do they need: