wok diff alarm-clock/receipt @ rev 14199

libkeybinder: needs autoreconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 18:51:10 2013 +0100 (2013-03-13)
parents e63505ffeafa
children b8a2ba826815
line diff
     1.1 --- a/alarm-clock/receipt	Fri Mar 09 01:49:07 2012 +0100
     1.2 +++ b/alarm-clock/receipt	Wed Mar 13 18:51:10 2013 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  # There's no more website for it. Keep it anyway???
     1.6  #WEB_SITE="http://www.alarm-clock.pl/"
     1.7 +WEB_SITE="http://www.alarm-clock.pl/"
     1.8  #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL"
     1.9  WGET_URL="http://mirror.slitaz.org/sources/packages-cooking/a/$TARBALL"
    1.10  
    1.11 @@ -26,7 +27,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/alarm-clock $fs/usr/share
    1.17 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/share/alarm-clock $fs/usr/share
    1.20 +	cp -a $install/usr/share/icons $fs/usr/share
    1.21  }