Преглед на файлове

Update setup script to use ffmanage

Alois Mahdal преди 10 години
родител
ревизия
10fa8d2a40
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3
    3
      setup/mk.sh

+ 3
- 3
setup/mk.sh Целия файл

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