wok-4.x rev 8758
Fixed at.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 21:11:55 2011 +0000 (2011-02-20) |
parents | b696094920f3 |
children | 7fc7fdaf0872 |
files | at/receipt |
line diff
1.1 --- a/at/receipt Sun Feb 20 20:53:28 2011 +0000 1.2 +++ b/at/receipt Sun Feb 20 21:11:55 2011 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Schedule commands to be executed once." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +BUILD_DEPENDS="bison flex" 1.8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.9 WEB_SITE="http://packages.debian.org/lenny/at" 1.10 WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" 1.11 @@ -14,9 +15,10 @@ 1.12 { 1.13 cd $src 1.14 1.15 - ./configure --with-daemon_username=nobody \ 1.16 + ./configure --with-daemon_username=nobody \ 1.17 --with-daemon_groupname=nogroup \ 1.18 - --with-jobdir=1 && 1.19 + --with-atspool=/var/spool/atd \ 1.20 + --with-jobdir=/var/spool/atd && 1.21 make && 1.22 make IROOT=$DESTDIR install 1.23 }