X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fcoreutils;h=89927160dc28b76a585a2e3b1fb2a776631640f1;hb=d1040a12fae93e20587519a732730cb4c9cb5050;hp=80fc9ca651b8881b6582d23d1e7d7ea9f39908de;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/coreutils b/stage2/pkg/coreutils index 80fc9ca..8992716 100644 --- a/stage2/pkg/coreutils +++ b/stage2/pkg/coreutils @@ -2,8 +2,8 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ + --libexecdir=/usr/lib \ --enable-no-install-program=kill,uptime" } @@ -14,7 +14,7 @@ hvbuild_post() mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin # Now specify new path to mv to eliminate error message: - # "/usr/bin/mv: No such file or directory" + # "/usr/bin/mv: No such file or directory" /bin/mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin /bin/mv -v /usr/bin/chroot /usr/sbin