wok diff sshfs-fuse/receipt @ rev 988

hal: Fix pci.ids while compiling
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jul 03 22:57:27 2008 +0200 (2008-07-03)
parents 4fff3a92371f
children 52dc4b48ed81
line diff
     1.1 --- a/sshfs-fuse/receipt	Sun Jun 15 20:14:25 2008 +0000
     1.2 +++ b/sshfs-fuse/receipt	Thu Jul 03 22:57:27 2008 +0200
     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  }