Bob Mottram vor 7 Jahren
Ursprung
Commit
56fea6e8a9
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      src/freedombone-app-tox

+ 2
- 2
src/freedombone-app-tox Datei anzeigen

@@ -690,11 +690,11 @@ function mesh_tox_client {
690 690
     if [ ${rootdir} ]; then
691 691
         chroot ${rootdir} apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
692 692
         chroot ${rootdir} apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
693
-        chroot ${rootdir} apt-get -yq install libqrencode
693
+        chroot ${rootdir} apt-get -yq install libqrencode-dev
694 694
     else
695 695
         apt-get -yq install libncursesw5-dev libconfig-dev libqrencode-dev
696 696
         apt-get -yq install libcurl4-openssl-dev libvpx-dev libopenal-dev
697
-        apt-get -yq install libqrencode
697
+        apt-get -yq install libqrencode-dev
698 698
     fi
699 699
 
700 700
     TEMP_SCRIPT_NAME=fbtmp728353.sh