[Slackbuilds-users] Proof my SlackBuild
Keith Richie
disturbed1976 at gmail.com
Wed Apr 23 23:42:36 UTC 2008
On Wed, Apr 23, 2008 at 6:54 PM, Antonio Hernández Blas
<hba.nihilismus at gmail.com> wrote:
> '#!/bin/bash' should be '#!/bin/sh'
> 'ARCH=${ARCH:-i686}' should be 'ARCH=${ARCH:-i486}'
>
> And you can use something like this too(well, i think :)
> find . -name Makefile -exec \
> sed -i \
> -e 's:-march=nocona -mtune=nocona::' \
> -e 's:-march=k8 -mtune=k8::' \
> -e 's:-march=pentium3 -mtune=pentium3::' {} \;
>
> - Antonio Hernández Blas
>
> 2008/4/21, Alan Hicks <alan at lizella.net>:
>
>
> > Keith Richie wrote:
> > > Could someone take a look at my Slackbuild and point out any errors?
> >
> > It looks good to me. I especially like that you discussed the problems you
> > were having with cpu_info.sh on the mjpeg mailing list for ideas. Granted,
> > I have not tried it out, but I don't see any obvious pitfalls.
> >
> > --
> > It is better to hear the rebuke of the wise,
> > Than for a man to hear the song of fools.
> > Ecclesiastes 7:5
> >
> >
> _______________________________________________
> Slackbuilds-users mailing list
> Slackbuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>
> Please read the FAQ - http://slackbuilds.org/faq/
>
Forgot to change the arch back, and need to get out of the /bin/bash habit.
Thanks.
More information about the Slackbuilds-users
mailing list