[Lunar-commits] <moonbase-other> at: cleaned&fixed BUILD
v4hn
me at v4hn.de
Sun Feb 10 16:17:22 CET 2013
commit c06bd58ff41a7cd2a63200792d44ce8ab9bd6c90
Author: v4hn <me at v4hn.de>
Date: Sun, 10 Feb 2013 07:17:22 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/c06bd58ff41a7cd2a63200792d44ce8ab9bd6c90
at: cleaned&fixed BUILD
---
utils/at/BUILD | +6/-7
1 file changed, 6 insertions(+), 7 deletions(-)
--- a/utils/at/BUILD
+++ b/utils/at/BUILD
@@ -1,9 +1,8 @@
-(
+mkdir -p /var/spool/atjobs &&
+sedit "s/\$(prefix)\/doc/\$(prefix)\/share\/doc/" Makefile.in &&
- mkdir -p /var/spool/atjobs &&
- sedit "s/\$(prefix)\/doc/\$(prefix)\/share\/doc/" Makefile.in &&
- prepare_install &&
- default_build &&
- [ -e /etc/at.deny ] || cp at.deny /etc
+default_build &&
-) > $C_FIFO 2>&1
+if [[ ! -e /etc/at.deny ]]; then
+ cp at.deny /etc
+fi
More information about the Lunar-commits
mailing list