wok diff fcron/receipt @ rev 11256

Add from wok-undigest: perl-crypt-ssleay perl-gtk2-perl perl-gtk2-trayicon perl-lwp-useragent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 07 17:10:45 2011 +0100 (2011-11-07)
parents cdfd51490366
children 3b4e4318134e
line diff
     1.1 --- a/fcron/receipt	Fri Feb 04 00:34:24 2011 +0000
     1.2 +++ b/fcron/receipt	Mon Nov 07 17:10:45 2011 +0100
     1.3 @@ -29,14 +29,15 @@
     1.4  		--with-editor=/bin/vi \
     1.5  		--with-sysfcrontab=yes \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make && make DESTDIR=$PWD/_pkg install
     1.8 +	make && make -j1 DESTDIR=$PWD/_pkg install
     1.9  }
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/
    1.15 -	cp -a $_pkg/usr/sbin $fs/usr
    1.16 +	cp -a $_pkg/usr/bin $fs/usr
    1.17 +	cp -a $_pkg/usr/sbin/fcron $fs/usr/bin
    1.18  	cp -a $_pkg/var $fs/
    1.19  	cp -a $_pkg/etc $fs/
    1.20