wok diff slitaz-loram-http/receipt @ rev 1359

Add libQtCore
author Allan Pinto <allan316@gmail.com>
date Thu Sep 11 15:30:29 2008 +0000 (2008-09-11)
parents 755c0e3c3a53
children 7141c42c3aa0
line diff
     1.1 --- a/slitaz-loram-http/receipt	Thu Aug 21 11:00:26 2008 +0000
     1.2 +++ b/slitaz-loram-http/receipt	Thu Sep 11 15:30:29 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-loram-http"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Rules to build low ram system using http."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -71,7 +71,7 @@
    1.13  $i	if [ -f \$FS ]; then
    1.14  $i		release_http
    1.15  $i		mkdir /\$usr
    1.16 -$i		/bin/cromfs-driver \$FS /\$usr
    1.17 +$i		/bin/cromfs-driver \$FS /\$usr -o ro,dev,suid,allow_other
    1.18  $i	elif [ -f /cdrom/usr.sqfs ]; then
    1.19  $i		FS=/cdrom/usr.sqfs
    1.20  $i		release_http
    1.21 @@ -83,7 +83,7 @@
    1.22  $i	fi
    1.23  $i	status 
    1.24  $i	if [ -d /.usr.rw -a -x /bin/funionfs ]; then
    1.25 -$i		/bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other,nonempty NONE /usr
    1.26 +$i		/bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other,nonempty -o suid,dev NONE /usr
    1.27  $i	fi
    1.28  $i fi
    1.29  $i