wok rev 18048

squashfs: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 14 13:44:28 2015 +0200 (2015-05-14)
parents d918f0bfbf9d
children ab7d43a22a72
files squashfs/receipt syslinux/stuff/iso2exe/taziso tazpkg/receipt
line diff
     1.1 --- a/squashfs/receipt	Thu May 14 09:18:57 2015 +0200
     1.2 +++ b/squashfs/receipt	Thu May 14 13:44:28 2015 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  TARBALL="squashfs$VERSION.tar.gz"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="zlib liblzma linux-squashfs lzo"
     1.8 +DEPENDS="zlib liblzma linux-squashfs lzo lz4-lib"
     1.9  BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev lzo-dev lz4-dev"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/syslinux/stuff/iso2exe/taziso	Thu May 14 09:18:57 2015 +0200
     2.2 +++ b/syslinux/stuff/iso2exe/taziso	Thu May 14 13:44:28 2015 +0200
     2.3 @@ -582,7 +582,7 @@
     2.4  md5()
     2.5  {
     2.6  	dotwait "Checking files"
     2.7 -	( cd /media/cdrom ; ${md5sum:-md5sum -c md5sum*} ) > /tmp/data
     2.8 +	( cd /media/cdrom ; ${md5sum:-md5sum -c md5sum*} | sort ) > /tmp/data
     2.9  	unset md5sum
    2.10  	rm -f /tmp/wait
    2.11  	if [ "$1" ]; then
     3.1 --- a/tazpkg/receipt	Thu May 14 09:18:57 2015 +0200
     3.2 +++ b/tazpkg/receipt	Thu May 14 13:44:28 2015 +0200
     3.3 @@ -43,6 +43,7 @@
     3.4  	icons="$fs/usr/share/icons/hicolor/32x32/mimetypes"
     3.5  	mkdir -p $icons
     3.6  	ln -s ../apps/tazpkg.png $icons/application-x-tazpkg.png
     3.7 +	chmod 755 $fs/var/www/tazpanel/pkgs.cgi
     3.8  }
     3.9  
    3.10  post_install()