wok-next diff libimobiledevice/receipt @ rev 19025

syslinux/win32.c: fix write sector
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 02 18:58:38 2016 +0200 (2016-04-02)
parents 4904e3d374a9
children d0c817e1d52b
line diff
     1.1 --- a/libimobiledevice/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libimobiledevice/receipt	Sat Apr 02 18:58:38 2016 +0200
     1.3 @@ -18,8 +18,8 @@
     1.4  {
     1.5  	patch -Np1 -i $stuff/swig-version-check.patch
     1.6  	./configure \
     1.7 -		$CONFIGURE_ARGS && 
     1.8 -	make && 
     1.9 +		$CONFIGURE_ARGS &&
    1.10 +	make &&
    1.11  	make install
    1.12  }
    1.13