wok-next diff sshfs-fuse/receipt @ rev 1493
Up freeradius (2.1.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 05 13:02:19 2008 +0000 (2008-10-05) |
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 Sun Oct 05 13:02:19 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 }