wok rev 12146

tazlito: fix missing desktop files
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 13:09:15 2012 +0100 (2012-03-14)
parents 1da4339c4cf1
children 1048bdb56768
files tazlito/receipt
line diff
     1.1 --- a/tazlito/receipt	Wed Mar 14 07:12:49 2012 -0500
     1.2 +++ b/tazlito/receipt	Wed Mar 14 13:09:15 2012 +0100
     1.3 @@ -12,7 +12,6 @@
     1.4  TAGS="slitaz"
     1.5  
     1.6  DEPENDS="lzma cdrkit"
     1.7 -BUILD_DEPENDS="glib libxml2"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -29,4 +28,6 @@
    1.12  	chown -R root.root $fs
    1.13  	# Declare /etc/tazlito/distro-packages.list
    1.14  	touch $fs/etc/tazlito/distro-packages.list
    1.15 +	# Will be in tazlito Makefile
    1.16 +	cp -a $src/applications $fs/usr/share
    1.17  }