wok diff desktop-file-utils/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 380ffe05937a
children 65798b8406a3
line diff
     1.1 --- a/desktop-file-utils/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/desktop-file-utils/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="desktop-file-utils"
     1.5  VERSION="0.21"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="Desktop file utils from Freedesktop (update-desktop-database)."
     1.8 +SHORT_DESC="Utilities for .desktop files (update-desktop-database)"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		$CONFIGURE_ARGS &&