wok diff slitaz-loram/receipt @ rev 1413

Add WEB_SITE for libedit-dev nomad pygobject pygobject-dev xpat2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 25 08:02:56 2008 +0000 (2008-09-25)
parents 12e8e6cc0e05
children ca15fff92039
line diff
     1.1 --- a/slitaz-loram/receipt	Wed Aug 20 15:53:39 2008 +0000
     1.2 +++ b/slitaz-loram/receipt	Thu Sep 25 08:02:56 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-loram"
     1.7 -VERSION="1.3"
     1.8 +VERSION="1.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Rules to build low ram rootfs.gz."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -48,12 +48,12 @@
    1.13  $i		echo -n "only... "
    1.14  $i	fi
    1.15  $i	if [ -f /.usr.cromfs ]; then
    1.16 -$i		/bin/cromfs-driver /.usr.cromfs /\$usr
    1.17 +$i		/bin/cromfs-driver \$FS /\$usr -o ro,dev,suid,allow_other
    1.18  $i	else
    1.19  $i		/bin/mount -o loop,ro -t squashfs /.usr.sqfs /\$usr
    1.20  $i	fi
    1.21  $i	if [ -d /.usr.rw ]; then
    1.22 -$i		/bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other NONE /usr
    1.23 +$i		/bin/funionfs -o dirs=/.usr.ro=RO:/.usr.rw -o allow_other -o suid,dev NONE /usr
    1.24  $i	fi
    1.25  $i	status
    1.26  $i fi
    1.27 @@ -78,7 +78,7 @@
    1.28  post_install()
    1.29  {
    1.30      set_patch "$1"
    1.31 -    if [ ! -x /bin/funionfs ]; then
    1.32 +    if [ ! -x $1/bin/funionfs ]; then
    1.33          cat <<EOF
    1.34  ----
    1.35  You will build a live CD with /usr mounted read-only.