# HG changeset patch # User Christophe Lincoln # Date 1331726955 -3600 # Node ID aaed59ab53d419d204d6eb1bdc47ece38803950c # Parent 1da4339c4cf189e39ee30cfca3705b343fe0f96e tazlito: fix missing desktop files diff -r 1da4339c4cf1 -r aaed59ab53d4 tazlito/receipt --- a/tazlito/receipt Wed Mar 14 07:12:49 2012 -0500 +++ b/tazlito/receipt Wed Mar 14 13:09:15 2012 +0100 @@ -12,7 +12,6 @@ TAGS="slitaz" DEPENDS="lzma cdrkit" -BUILD_DEPENDS="glib libxml2" # Rules to configure and make the package. compile_rules() @@ -29,4 +28,6 @@ chown -R root.root $fs # Declare /etc/tazlito/distro-packages.list touch $fs/etc/tazlito/distro-packages.list + # Will be in tazlito Makefile + cp -a $src/applications $fs/usr/share }