浏览代码

Do not make up FFOO_PATH--take it from mkit directly

Alois Mahdal 10 年前
父节点
当前提交
61c5e18427
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel 查看文件

13
     test -d "$distd" && find -L "$distd" -mindepth 1 -maxdepth 1 -type d
13
     test -d "$distd" && find -L "$distd" -mindepth 1 -maxdepth 1 -type d
14
 }
14
 }
15
 
15
 
16
-export FFOO_PATH="__SATURNIN_SHARE__/ffoo"
16
+export FFOO_PATH="__SATURNIN_FFOO_DIR__"
17
 SATURNIN_LIBEXEC="__SATURNIN_LIBEXEC__"
17
 SATURNIN_LIBEXEC="__SATURNIN_LIBEXEC__"
18
 export FFOO_CONFIG_PATH=$(mkconfpath | tr '\n' :)
18
 export FFOO_CONFIG_PATH=$(mkconfpath | tr '\n' :)
19
 export SATURNIN_VERSION="__VERSION__"
19
 export SATURNIN_VERSION="__VERSION__"