wok diff gftp/receipt @ rev 851

ndiswrapper: fix post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 20 22:13:57 2008 +0000 (2008-05-20)
parents 28b23f950f49
children f08ead2d5191
line diff
     1.1 --- a/gftp/receipt	Thu Mar 20 00:54:01 2008 +0100
     1.2 +++ b/gftp/receipt	Tue May 20 22:13:57 2008 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/bin $fs/usr/share/locale
     1.8 +	mkdir -p $fs/usr/bin $fs/usr/share
     1.9  	cp -a $_pkg/usr/bin/gftp $fs/usr/bin
    1.10  	cp -a $_pkg/usr/bin/gftp-gtk $fs/usr/bin
    1.11  	cp -a $_pkg/usr/share/gftp $fs/usr/share
    1.12 @@ -32,9 +32,8 @@
    1.13  	
    1.14  	# Copy custom bookmarks file and remove license, big logo.
    1.15  	cp -a stuff/bookmarks $fs/usr/share/gftp
    1.16 +	cp -a stuff/gftp $fs/usr/share
    1.17  	rm -f $fs/usr/share/gftp/COPYING
    1.18  	rm -f $fs/usr/share/gftp/gftp-logo.xpm
    1.19  	rm -f $fs/usr/share/gftp/gftp.xpm
    1.20 -	cd $fs/usr/share/gftp/
    1.21 -	ln -s gftp-mini-logo.xpm gftp-logo.xpm
    1.22  }