wok-6.x diff lxshortcut/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | fcc9f30ddcdf |
children | f256feada564 |
line diff
1.1 --- a/lxshortcut/receipt Tue Jun 30 14:31:45 2009 +0000 1.2 +++ b/lxshortcut/receipt Mon Feb 14 19:09:46 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxshortcut" 1.7 -VERSION="0.1" 1.8 +VERSION="0.1.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." 1.11 MAINTAINER="rcx@zoominternet.net"