Sfoglia il codice sorgente

ldconfig after ffmpeg installation

Bob Mottram 8 anni fa
parent
commit
7a7430ea9a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      src/freedombone-app-tox

+ 1
- 0
src/freedombone-app-tox Vedi File

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