From 063a476adc15eb304a04ffc1712aea4d0d8fc43d Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 8 Feb 2020 02:44:20 +0700 Subject: network/riot-web: Fix path. Signed-off-by: Willy Sudiarto Raharjo --- network/riot-web/riot-web.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network/riot-web/riot-web.SlackBuild b/network/riot-web/riot-web.SlackBuild index a14a65d626..7232729f65 100644 --- a/network/riot-web/riot-web.SlackBuild +++ b/network/riot-web/riot-web.SlackBuild @@ -74,7 +74,7 @@ mkdir -p $PKG/opt mv ${PKGNAM}-v${VERSION} $PKG/opt/${PRGNAM} # Create a script to let the browser to launch the app. -mkdir -p $PKG/usr/local/bin +mkdir -p $PKG/usr/bin echo -e "#!/bin/sh cd /opt/riot-web && python -m SimpleHTTPServer 8000 & sleep 5 -- cgit v1.2.3