[Slackbuilds-users] bug in irqbalance
Scott J. Harmon
harmon at ksu.edu
Mon Sep 1 01:15:47 UTC 2008
Robby Workman wrote:
> Grissiom wrote:
>> Hi all,
>> The irqbalance could only take into effect only if run as root. So
>> here is my patch:
>> =======================================================
>> --- a/irqbalance.SlackBuild 2008-08-28 14:21:27.000000000 +0800
>> +++ b/irqbalance.SlackBuild 2008-08-28 14:22:57.000000000 +0800
>> @@ -51,9 +51,9 @@
>> CXXFLAGS="$SLKCFLAGS" \
>> make || exit 1
>>
>> -mkdir -p ${PKG}/usr/bin
>> -cp ${PRGNAM} ${PKG}/usr/bin
>> -strip --strip-unneeded ${PKG}/usr/bin/${PRGNAM}
>> +mkdir -p ${PKG}/usr/sbin
>> +cp ${PRGNAM} ${PKG}/usr/sbin
>> +strip --strip-unneeded ${PKG}/usr/sbin/${PRGNAM}
>>
>> mkdir -p ${PKG}/install
>> cat ${CWD}/slack-desc > ${PKG}/install/slack-desc
>> =======================================================
>> --
>> Cheers,
>> Grissiom
>
>
> Am I missing something obvious?
>
> It looks like you removed some lines, and then added the exact same lines
> back to it...
>
> -RW
sbin vs. bin ;-)
--
Scott J. Harmon
PhD Candidate
Kansas State University
"Computer Science is no more about computers than astronomy is about telescopes." - Edsger Dijkstra
More information about the SlackBuilds-users
mailing list