Em 20-01-2012 11:34, Gianluca Gennari escreveu: > Il 20/01/2012 11:20, Mauro Carvalho Chehab ha scritto: >> Em 19-01-2012 21:04, Benjamin Limmer escreveu: >>> commit 2949a7393f3e2598d4de49b408587462b11f819f >>> Author: Ben Limmer <benjamin.limmer@xxxxxxxxxxxxx> >>> Date: Thu Jan 19 16:01:15 2012 -0700 >>> >>> Update to build script to give Debian users the Ubunutu package hints. The aptitude package names are the same. >>> >>> diff --git a/build b/build >>> index c3947b3..6843033 100755 >>> --- a/build >>> +++ b/build >>> @@ -134,6 +134,10 @@ sub give_hints() >>> give_arch_linux_hints; >>> return; >>> } >>> + if ($system_release =~ /Debian/) { >>> + give_ubuntu_hints; >>> + return; >>> + } >>> >>> # Fall-back to generic hint code >>> foreach my $prog (@missing) { >>> >>> >>> Please see the above commit message. This is an easy change to support hints for debian users. I've confirmed these changes work on Debian Squeeze. >>> >>> -Ben Limmer-- >>> To unsubscribe from this list: send the line "unsubscribe linux-media" in >>> the body of a message to majordomo@xxxxxxxxxxxxxxx >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >> Applied, thanks! >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-media" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > Hi Mauro, > after this patch, the "build" script on media_build has lost the > "execute" permissions. > Can you "chmod +x" it again? Thanks for pointing it! Fixed. > > Best regards, > Gianluca > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html