mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
Merge pull request #328 from PhenomRetroShare/Fix_WebUI_MakeSrcBuild
Fix WebUI Make Source build script for LMDE and other using /bin/sh.
This commit is contained in:
commit
475cb409c4
@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
# create webfiles from sources at compile time (works without npm/node.js)
|
# create webfiles from sources at compile time (works without npm/node.js)
|
||||||
|
|
||||||
if [ "$1" == "" ];then
|
if [ "$1" = "" ];then
|
||||||
publicdest=../../webui
|
publicdest=../../webui
|
||||||
src=..
|
src=..
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user