Hi there,

I'm using current but I believe this issue to be valid also for 14.2 so
I post here.

The SlackBuild for riot-web has a typo and in its current form riot-web
cannot be build successfully.

The problem is line 77, where a path is incorrectly (I believe) stated
to be /usr/local/bin:

> # Create a script to let the browser to launch the app.
> mkdir -p $PKG/usr/local/bin #### HERE IS THE CULPRIT
> echo -e "#!/bin/sh
> cd /opt/riot-web && python -m SimpleHTTPServer 8000 &
> sleep 5
> $BROWSER http://localhost:8000"; \
>       > $PKG/usr/bin/riot-web
> 
> chmod a+x $PKG/usr/bin/riot-web

changing the relevant path to /usr/bin causes the build to finish
correctly.

Regards,

Eduardo

-- 
Eduardo Sánchez Gauto, Abog., Th.M.
Abogado - Traductor Público Matriculado Inglés - Español
Oficina: https://goo.gl/maps/mccgBNM7Zw32
Web: http://sombragris.org - Blog: http://shadow.sombragris.org
TW: @thegreyshadow - FB: /thegreyshadow - 
Teléfono: (0991) 755-355 - Asunción, Paraguay 
==================================================================

Attachment: pgpEbkmZVI1Pa.pgp
Description: OpenPGP digital signature

_______________________________________________
SlackBuilds-users mailing list
[email protected]
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/

Reply via email to