<div dir="ltr"><br><br><div class="gmail_quote">On Sat, Mar 21, 2015 at 4:45 PM andrew <<a href="mailto:andrew.david.strong@gmail.com">andrew.david.strong@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, Mar 22, 2015 at 10:44:41AM +1100, andrew wrote:<br>
<br>
> The source download link is:<br>
><br>
> <a href="https://github.com/mstorsjo/fdk-aac/archive/v0.1.3.tar.gz" target="_blank">https://github.com/mstorsjo/<u></u>fdk-aac/archive/v0.1.3.tar.gz</a><br>
<br>
Sigh... of course I meant the new source which is actually:<br>
<br>
<a href="https://github.com/mstorsjo/fdk-aac/archive/v0.1.4.tar.gz" target="_blank">https://github.com/mstorsjo/<u></u>fdk-aac/archive/v0.1.4.tar.gz</a><br>
<br></blockquote><div>Two ways to get around this that I use:<br><br><pre>tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz<br><br>if [ -e $CWD/v$VERSION.tar.gz ]; then
  tar xvf $CWD/v$VERSION.tar.gz
else
  tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
fi<br><br></pre><pre>The second is a bit more verbose, but won't spit out a 'file not found' error.<br></pre> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Andrew<br>
--<br>
You think that's air you're breathing now?<br>
______________________________<u></u>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org" target="_blank">SlackBuilds-users@slackbuilds.<u></u>org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/<u></u>mailman/listinfo/slackbuilds-<u></u>users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/<u></u>pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div></div>