Pārlūkot izejas kodu

Don't need prefix

Bob Mottram 8 gadus atpakaļ
vecāks
revīzija
64b218355d
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. 0
    5
      src/freedombone-app-tox

+ 0
- 5
src/freedombone-app-tox Parādīt failu

@@ -486,11 +486,6 @@ EOF
486 486
 }
487 487
 
488 488
 function mesh_tox_avahi {
489
-	mesh_tox_avahi_prefix=''
490
-	if [ $rootdir ]; then
491
-		mesh_tox_avahi_prefix="chroot \"$rootdir\""
492
-	fi
493
-
494 489
 	if [ ! -d $rootdir/etc/avahi ]; then
495 490
 		echo $'tox_avahi: avahi is not installed'
496 491
 		exit 87359