[Lunar-commits] <moonbase-other> at: BUILD fix

v4hn me at v4hn.de
Thu Feb 14 14:38:30 CET 2013


commit 93792d6550599b1801e5ed04afde67f2201068b8
Author: v4hn <me at v4hn.de>
Date: Thu, 14 Feb 2013 05:38:30 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/93792d6550599b1801e5ed04afde67f2201068b8

at: BUILD fix

I don't care about the sedit vs. spelling out default_build,
but these things are/could become nasty..
---
  utils/at/BUILD | +4/-3     
  1 file changed, 4 insertions(+), 3 deletions(-)

--- a/utils/at/BUILD
+++ b/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




More information about the Lunar-commits mailing list