[Lunar-commits] <moonbase> resolvconf/coreutils: use file locations assumed by resolvconf

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Thu Jun 28 15:21:07 CEST 2012


commit 7ee3fbcc92e9155142fb0440b00062262bb1e194
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Thu Jun 28 15:20:58 2012 +0200

    resolvconf/coreutils: use file locations assumed by resolvconf
---
 utils/coreutils/BUILD  |    4 ++--
 utils/resolvconf/BUILD |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/utils/coreutils/BUILD b/utils/coreutils/BUILD
index 4463e89..0b9226c 100644
--- a/utils/coreutils/BUILD
+++ b/utils/coreutils/BUILD
@@ -29,8 +29,8 @@
 
   (
     for FILE in basename cat cp chgrp chmod chown cut date dd df echo false  \
-                head id ln ls mkdir mknod nice pwd rm rmdir sleep sort       \
-                stty sync tail tr true uname ; do
+                head id ln ls mkdir mknod nice pwd readlink rm rmdir sleep   \
+		sort stty sync tail tr true uname ; do
       if [ -f /usr/bin/$FILE ] ; then
         /bin/mv -f /usr/bin/$FILE /bin
       fi
diff --git a/utils/resolvconf/BUILD b/utils/resolvconf/BUILD
index 5e3353e..bdd1e1d 100644
--- a/utils/resolvconf/BUILD
+++ b/utils/resolvconf/BUILD
@@ -1,8 +1,11 @@
 (
 
   prepare_install &&
-  install -m755 bin/resolvconf bin/list-records /bin/ &&
+  install -Dm755 bin/resolvconf /bin/ &&
+  install -Dm755 bin/list-records /lib/resolvconf/list-records &&
+
   cp -rv etc/resolvconf /etc/ &&
+
   install -m644 man/resolvconf.8 /usr/share/man/man8/ &&
   install -m644 man/interface-order.5 /usr/share/man/man5/
 


More information about the Lunar-commits mailing list