wok diff syslinux/stuff/iso2exe/taziso @ rev 20762

Fix cairo & cadaver
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 13 10:43:31 2019 +0100 (2019-02-13)
parents 4c206553708a
children 02994416f017
line diff
     1.1 --- a/syslinux/stuff/iso2exe/taziso	Fri Feb 08 17:33:45 2019 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/taziso	Wed Feb 13 10:43:31 2019 +0100
     1.3 @@ -716,7 +716,7 @@
     1.4  
     1.5  pxe()
     1.6  {
     1.7 -	gotcdfile '?pxe'
     1.8 +	gotcdfile '?pxe*'
     1.9  	if [ -z "$1" ]; then
    1.10  		$DIALOG --clear \
    1.11  			--title " Create $(basename $file).exe ? " \
    1.12 @@ -746,7 +746,7 @@
    1.13  " 0 0
    1.14  		[ $? -eq 0 ] || return
    1.15  	fi
    1.16 -	gotcdfile '?pxe' && mkfloppy $file
    1.17 +	gotcdfile '?pxe*' && mkfloppy $file
    1.18  }
    1.19  
    1.20  menuitem()
    1.21 @@ -1089,7 +1089,7 @@
    1.22  
    1.23  runpxe()
    1.24  {
    1.25 -	gotcdfile '?pxe' && dokexec
    1.26 +	gotcdfile '?pxe*' && dokexec
    1.27  }
    1.28  
    1.29  flavdata()