wok-6.x diff desktop-file-utils-extra/receipt @ rev 14098

gvfs:fix bdeps - after this pcmanfm should shows icons and mount-umount without hal
author ernia <monghitri@aruba.it>
date Sat Feb 23 09:36:50 2013 +0000 (2013-02-23)
parents 7c8053c6caac
children 380ffe05937a
line diff
     1.1 --- a/desktop-file-utils-extra/receipt	Sat Feb 05 15:27:24 2011 +0000
     1.2 +++ b/desktop-file-utils-extra/receipt	Sat Feb 23 09:36:50 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="desktop-file-utils-extra"
     1.7 -VERSION="0.18"
     1.8 +VERSION="0.21"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Extra desktop file utils (install and validate)."
    1.11  DEPENDS="glib"
    1.12 @@ -13,5 +13,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/bin
    1.16 -	cp $_pkg/usr/bin/desktop-file-* $fs/usr/bin
    1.17 +	cp -a $_pkg/usr/bin/desktop-file-* $fs/usr/bin
    1.18  }