# HG changeset patch # User Christopher Rogers # Date 1298236315 0 # Node ID 6c2e5cf00dea58949c0aec5569bab42c7e210428 # Parent b696094920f3dd46cb797f4a596892bb6371771b Fixed at. diff -r b696094920f3 -r 6c2e5cf00dea at/receipt --- a/at/receipt Sun Feb 20 20:53:28 2011 +0000 +++ b/at/receipt Sun Feb 20 21:11:55 2011 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Schedule commands to be executed once." MAINTAINER="pascal.bellard@slitaz.org" +BUILD_DEPENDS="bison flex" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WEB_SITE="http://packages.debian.org/lenny/at" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" @@ -14,9 +15,10 @@ { cd $src - ./configure --with-daemon_username=nobody \ + ./configure --with-daemon_username=nobody \ --with-daemon_groupname=nogroup \ - --with-jobdir=1 && + --with-atspool=/var/spool/atd \ + --with-jobdir=/var/spool/atd && make && make IROOT=$DESTDIR install }