cpufrequtils: avoid coreutils to build.

This commit is contained in:
Juan RP 2011-07-03 00:44:22 +02:00
parent f2de98aa23
commit 7cb7c2bf7d
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ do_build()
do_install() do_install()
{ {
sed -i "s|/usr/bin/install|/bin/install|g" Makefile sed -i "s|/usr/bin/install|install|g" Makefile
make DESTDIR=${DESTDIR} mandir=/usr/share/man install make DESTDIR=${DESTDIR} mandir=/usr/share/man install
} }