wok rev 916

Up: sshfs-fuse (2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 15 20:33:51 2008 +0000 (2008-06-15)
parents 98072e07d681
children e54418505007
files sshfs-fuse/receipt
line diff
     1.1 --- a/sshfs-fuse/receipt	Sun Jun 15 20:17:40 2008 +0000
     1.2 +++ b/sshfs-fuse/receipt	Sun Jun 15 20:33:51 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sshfs-fuse"
     1.7 -VERSION="1.9"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="SSH Filesystem implemented with FUSE."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -25,5 +25,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $_pkg/usr/* $fs/usr
    1.17 +	cp -a $_pkg/usr/bin $fs/usr
    1.18  }