Skip to content

Commit

Permalink
at: BUILD fix
Browse files Browse the repository at this point in the history
I don't care about the sedit vs. spelling out default_build,
but these things are/could become nasty..
  • Loading branch information
v4hn committed Feb 14, 2013
1 parent 4c426b2 commit 93792d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/at/BUILD
@@ -1,10 +1,11 @@

OPTS+=" --with-jobdir=/var/spool/atd \
--with-atspool=/var/spool/atd"
--with-atspool=/var/spool/atd" &&

default_config &&
make &&
prepare_install &&
make docdir=/usr/share/doc install &&

[ -e /etc/at.deny ] || install -m644 at.deny /etc/
if [ ! -e /etc/at.deny ]; then
install -m644 at.deny /etc/
fi

0 comments on commit 93792d6

Please sign in to comment.