[Joey Hess] > # Check if this package is supported by module-assistant > if module-assistant --text-mode --non-inter list $pkg | > grep -q 'package not installed' ; then > > This test assumes that module-assistant is installed, but it won't be on > most systems. Here are three ideas to fix this:
Hm, the idea was that the -source packages that could use module-assistant also depended on it, and would pull it in if needed. I guess the test need something like [ -x /usr/bin/module-assistant ] to check that module-assistant is available before trying to run it. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]