It should go without saying that you should run 'removepkg golly-2.4' before installing the new package.  Otherwise, you'll have 2 programs with the same contents.<br><br>--Larry<br><br><div class="gmail_quote">
On Thu, Dec 27, 2012 at 5:27 AM, Willy Sudiarto Raharjo <span dir="ltr"><<a href="mailto:willysr@gmail.com" target="_blank">willysr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> <a href="http://pastebin.com/Dythzi6i" target="_blank">http://pastebin.com/Dythzi6i</a><br>
><br>
> ... my only thought is the eccentric version number might be causing<br>
> problems ...?<br>
<br>
</div>Yes<br>
you should have this line<br>
VERSION=${VERSION:-2.4}<br>
<br>
and move -src part to this line<br>
rm -rf $PRGNAM-$VERSION-src<br>
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.gz<br>
cd $PRGNAM-$VERSION-src<br>
<br>
and it should be working as intended<br>
<div class="im HOEnZb"><br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
Personal Blog : <a href="http://willysr.blogspot.com" target="_blank">http://willysr.blogspot.com</a><br>
Linux Blog: <a href="http://slackblogs.blogspot.com" target="_blank">http://slackblogs.blogspot.com</a><br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</div></div></blockquote></div><br>