wok diff desktop-file-utils-extra/receipt @ rev 14495

kbd-base/stuff/keymaps-path.list: add greek keymaps
author Richard Dunbar <mojo@slitaz.org>
date Thu May 09 20:32:53 2013 +0000 (2013-05-09)
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	Thu May 09 20:32:53 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  }