Browse Source

Remove SHELLFU_PATH from default setup

SHELLFU_PATH brings more harm than good; developers are encouraged to
put their private modules to regular shellfu path (in most cases
/usr/share/shellfu/include-*) and use SHELLFU_PATH only for testing.
It's a bit simpler (gets rid of one whole token) and has the advantage
of exposing the library to sfdoc.
Alois Mahdal 6 years ago
parent
commit
5f7cd111bb
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      mkit.ini
  2. 0
    1
      src/app.skel

+ 0
- 1
mkit.ini View File

@@ -41,7 +41,6 @@
41 41
     __SATURNIN_CONFIG_LOCAL__ = [roots:etc]
42 42
     __SATURNIN_LIBEXEC__      = [roots:libexec]
43 43
     __SATURNIN_SHARE__        = [roots:share]
44
-    __SATURNIN_SHELLFU_DIR__  = [roots:share]/shellfu
45 44
 
46 45
 [modes]
47 46
     bin     = 755

+ 0
- 1
src/app.skel View File

@@ -14,7 +14,6 @@
14 14
     SATURNIN_META_HELP=${SATURNIN_META_HELP:-"+__SATURNIN_SHARE__/help"}
15 15
     SATURNIN_LIBEXEC=${SATURNIN_LIBEXEC:-"__SATURNIN_LIBEXEC__"}
16 16
     SATURNIN_LIBEXEC_PREFIX="__MKIT_PROJ_PKGNAME__-"
17
-    SHELLFU_PATH=${SHELLFU_PATH:-"__SATURNIN_SHELLFU_DIR__"}
18 17
     PRETTY_USAGE="subcommand"
19 18
     PRETTY_DEBUG_EXCLUDE="$PRETTY_DEBUG_EXCLUDE,inigrep,saturnin"
20 19
 }