Procházet zdrojové kódy

Update with ffmanage renamed to ffoom

Alois Mahdal před 10 roky
rodič
revize
5074369f7b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      setup/mk.sh

+ 3
- 3
setup/mk.sh Zobrazit soubor

@@ -63,13 +63,13 @@ install() {
63 63
 }
64 64
 
65 65
 eecc() {
66
-    ffmanage --library-init >& /dev/null \
66
+    ffoom init_path >& /dev/null \
67 67
         || die "-----" \
68
-               "fastfood not installed or ffmanage is not available for $(id -un)." \
68
+               "fastfood not installed or ffoom is not available for $(id -un)." \
69 69
                "In the latter case try running (only) \`make\` under normal" \
70 70
                "user and repeating the \`make install\` again." \
71 71
                "-----"
72
-    local ffoo_init=$(ffmanage --library-init)
72
+    local ffoo_init=$(ffoom init_path)
73 73
     local srcpath dstpath
74 74
     find -type f -name '*.in' \
75 75
         | while read srcpath;