wok-next diff fish-doc/receipt @ rev 17622

alarm-clock: no more notify_notification_new_with_status_icon in libnotify 0.7+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 13 10:21:16 2015 +0100 (2015-02-13)
parents 691a68a89d21
children
line diff
     1.1 --- a/fish-doc/receipt	Thu Oct 30 22:39:29 2014 +0100
     1.2 +++ b/fish-doc/receipt	Fri Feb 13 10:21:16 2015 +0100
     1.3 @@ -13,6 +13,7 @@
     1.4  
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 -	cp -a $install/usr/share $fs/usr
     1.9 +	mkdir -p $fs/usr/share
    1.10 +	cp -a $install/usr/share/doc $fs/usr/share
    1.11 +	cp -a $install/usr/share/man $fs/usr/share
    1.12  }