summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2020-02-07 20:44:20 +0100
committer Willy Sudiarto Raharjo2020-02-07 20:44:20 +0100
commit063a476adc15eb304a04ffc1712aea4d0d8fc43d (patch)
tree81b0678a3112ec00ef626a653d6fa1868570e564
parenta7a8bc902d11626f3b2beed904a24b421bb9d7ca (diff)
downloadslackbuilds-063a476adc15eb304a04ffc1712aea4d0d8fc43d.tar.gz
network/riot-web: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/riot-web/riot-web.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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