Browse Source

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

Alois Mahdal 9 years ago
parent
commit
61c5e18427
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel View File

@@ -13,7 +13,7 @@ mkconfpath() {
13 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 17
 SATURNIN_LIBEXEC="__SATURNIN_LIBEXEC__"
18 18
 export FFOO_CONFIG_PATH=$(mkconfpath | tr '\n' :)
19 19
 export SATURNIN_VERSION="__VERSION__"