diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:44:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:44:20 +0700 |
commit | 063a476adc15eb304a04ffc1712aea4d0d8fc43d (patch) | |
tree | 81b0678a3112ec00ef626a653d6fa1868570e564 /network | |
parent | a7a8bc902d11626f3b2beed904a24b421bb9d7ca (diff) | |
download | slackbuilds-063a476adc15eb304a04ffc1712aea4d0d8fc43d.tar.gz |
network/riot-web: Fix path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/riot-web/riot-web.SlackBuild | 2 |
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 |