tazpkg diff Makefile @ rev 676

Undo previous commit, we still have a problem with /var/run symlink...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 09:24:38 2014 +0000 (2014-05-12)
parents 5317ffe7bfbb
children 91458aa88694
line diff
     1.1 --- a/Makefile	Thu Jul 25 01:47:48 2013 +0300
     1.2 +++ b/Makefile	Mon May 12 09:24:38 2014 +0000
     1.3 @@ -67,6 +67,10 @@
     1.4  	cp -a  applications $(DESTDIR)$(PREFIX)/share
     1.5  	cp -a  mime $(DESTDIR)$(PREFIX)/share
     1.6  	cp -a  pixmaps $(DESTDIR)$(PREFIX)/share
     1.7 +	# TazPKG Notify XDG autostart
     1.8 +	mkdir -p $(DESTDIR)/etc/xdg
     1.9 +	cp -a xdg/autostart $(DESTDIR)/etc/xdg
    1.10 +	
    1.11  
    1.12  # Uninstallation and clean-up commands.
    1.13