Browse Source

Rename saturnin_meta module

Since saturnin's dedication to be "meta-command" builder, the distinction
between "meta" and something else does not make much sense.
Alois Mahdal 8 years ago
parent
commit
2fb1fdbcf3
3 changed files with 2 additions and 2 deletions
  1. 1
    1
      mkit.ini
  2. 1
    1
      src/bin/satcmd.skel
  3. 0
    0
      src/shellfu/saturnin.sh

+ 1
- 1
mkit.ini View File

@@ -50,4 +50,4 @@
50 50
     src/libexec/satcmd-echo     = satcmd-echo
51 51
 
52 52
 [files:share]
53
-    src/shellfu/saturnin_meta.sh = shellfu/saturnin_meta.sh
53
+    src/shellfu/saturnin.sh     = shellfu/saturnin.sh

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

@@ -29,7 +29,7 @@ SATCMD_VERSION="__VERSION__"
29 29
 # =====END BUILT PART=====
30 30
 #
31 31
 
32
-shellfu import saturnin_meta
32
+shellfu import saturnin
33 33
 
34 34
 export SHELLFU_INIGREP_PATH SHELLFU_PATH SHELLFU_PRETTY_USAGE \
35 35
        SATCMD_VERSION SATCMD_CACHE_HOME

src/shellfu/saturnin_meta.sh → src/shellfu/saturnin.sh View File