# HG changeset patch # User Christophe Lincoln # Date 1269339344 -3600 # Node ID 34c54036fccc1e90a03e380c6cf52efa79929c3d # Parent dc1c28cf5924e56efaf471778247ed767b31c497 Fix: tazusb missing desktop file diff -r dc1c28cf5924 -r 34c54036fccc tazusb/receipt --- a/tazusb/receipt Tue Mar 23 11:09:22 2010 +0100 +++ b/tazusb/receipt Tue Mar 23 11:15:44 2010 +0100 @@ -4,7 +4,7 @@ VERSION="2.3" CATEGORY="base-system" SHORT_DESC="SliTaz LiveUSB utility." -MAINTAINER="spode@spodesabode.com" +MAINTAINER="erjo@slitaz.org" DEPENDS="lzma" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" @@ -23,6 +23,7 @@ genpkg_rules() { mkdir -p $fs/ - cp -a $_pkg/usr $fs/ + cp -a $_pkg/usr $fs + cp -a $src/applications $fs/usr/share chown -R root.root $fs }