summaryrefslogtreecommitdiffstats
path: root/bin-net/syncthing-bin/INSTALL
blob: e9a1c81d7edd5214a64660a36096e06444e028bc (plain) (blame)
1
2
3
4
5
6
7
install -vm 755 syncthing "${INSTALL_ROOT}/usr/bin/syncthing" &&

local home_dir="${INSTALL_ROOT}/var/lib/${SPELLX}" &&

if [ ! -d "${home_dir}" ]; then
  install -vm 750 -o syncthing -g syncthing -d "${home_dir}"
fi