[Slackbuilds-users] bug in irqbalance

Robby Workman rworkman at slackbuilds.org
Mon Sep 1 01:01:20 UTC 2008


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


More information about the SlackBuilds-users mailing list