[Slapt-get-user] Dependancy Checking wrapper script not working.

Jason Woodward slapt-get-user@software.jaos.org
Mon, 02 Feb 2004 00:31:51 -0500


> Just for kicks I wanted to try the dependancy checking script located in the offical
slapt-get FAQ.  I tossed it all into a file called "depend.sh" and made it chmod +x.  When I
run it I get an error about not being able to find "MANIFEST", I honestly have no idea what to
do to fix this. Hope you guys can help.  Here is some output of running it below.  Thanks

Ah, typo in the FAQ.  Change the line like

---if [ -f ${MF}.bz3 ]; then bunzip2 -c ${MF}.bz2 >> ${MF}; rm ${MF}.bz2; fi
to
+++if [ -f ${MF}.bz2 ]; then bunzip2 -c ${MF}.bz2 >> ${MF}; rm ${MF}.bz2; fi