Просмотр исходного кода

ldconfig after ffmpeg installation

Bob Mottram 8 лет назад
Родитель
Сommit
7a7430ea9a
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      src/freedombone-app-tox

+ 1
- 0
src/freedombone-app-tox Просмотреть файл

@@ -66,6 +66,7 @@ make
66 66
 make install
67 67
 EOF
68 68
     chroot "${rootdir}" apt-get install libav-tools
69
+    chroot "${rootdir}" ldconfig
69 70
 }
70 71
 
71 72
 function mesh_tox_qtox {