On Sat, Mar 26, 2011 at 12:30:54PM -0700, ??????? ???????? <[email protected]> wrote: > I made the changes as you advised and now I can't get it to makepkg... Maybe > you can see what went wrong. I have attached the new files and the build > log. I think it fails since I changed how the .install is executed (as per > your instructions).
Sure, the problem is this line:
> Finclude kernel-module
> makedepends=('gtk+2')
You need:
makedepends=(${makedepends[@]} 'gtk+2')
So kernel-source does not gets removed from makepeneds.
Please in the future make send such mails to the developer list, so you
can get peer review (it's not a garantee that I'm always at hand).
Thanks!
pgpABLtpc6C8u.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
