Explorar el Código

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

Alois Mahdal hace 10 años
padre
commit
61c5e18427
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/bin/saturnin.skel

+ 1
- 1
src/bin/saturnin.skel Ver fichero

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__"