[Lunar-commits] <moonbase-core> util-linux: cleanup & don't remove coreutils arch
v4hn
me at v4hn.de
Mon Jun 3 23:08:17 CEST 2013
commit 4ae2dc3d7830be84f6f49ef9d1b4ef0a2b0f9ae1
Author: v4hn <me at v4hn.de>
Date: Mon, 03 Jun 2013 14:03:32 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/4ae2dc3d7830be84f6f49ef9d1b4ef0a2b0f9ae1
util-linux: cleanup & don't remove coreutils arch
---
utils/util-linux/BUILD | +6/-16
1 file changed, 6 insertions(+), 16 deletions(-)
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -1,18 +1,8 @@
-(
-#still need several patches
+OPTS+=" --enable-agetty --disable-kill --disable-su \
+ --disable-last --disable-mesg --enable-partx --enable-raw \
+ --enable-rename --disable-reset --disable-login --disable-sulogin \
+ --enable-schedutils --disable-wall --enable-write --enable-fsck" &&
- OPTS+=" --enable-agetty --disable-kill --disable-su \
- --disable-last --disable-mesg --enable-partx --enable-raw \
- --enable-rename --disable-reset --disable-login --disable-sulogin \
- --enable-schedutils --disable-wall --enable-write --enable-fsck" &&
+default_build &&
- default_build &&
-
- # for systems without /bin -> /usr/bin symlink
- if [ "`cd /usr/bin; pwd -P`" != "`cd /bin; pwd -P`" ]; then
- ln -sf /bin/arch /usr/bin/arch
- fi &&
-
- install -g0 -o0 -m755 $SCRIPT_DIRECTORY/make-issue /sbin/make-issue
-
-) > $C_FIFO 2>&1
+install -g0 -o0 -m755 $SCRIPT_DIRECTORY/make-issue /sbin/make-issue
More information about the Lunar-commits
mailing list