More of annoyance really, but bug nevertheless.

Slackbuild uses wrong path to the emacs icon.
Line near end:
Code:
cat $PKG/usr/share/$PKGNAM/$VERSION/etc/images/icons/emacs_48.png > $PKG/usr/share/icons/hicolor/48x48/apps/emacs.png
should be replaced with:
Code:
cat $PKG/usr/share/$PKGNAM/$VERSION/etc/images/icons/hicolor/48x48/apps/emacs.png > $PKG/usr/share/icons/hicolor/48x48/apps/emacs.png
Now slack 13.1 can achieve its greatness!
Cheers!