X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fcoreutils;h=53b8f5c450c3dc83523fa4708f4d8945c92cbe1a;hb=14b8b7248a8be82f4073da3a5b6658517ec44a0b;hp=80fc9ca651b8881b6582d23d1e7d7ea9f39908de;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/coreutils b/stage2/pkg/coreutils index 80fc9ca..53b8f5c 100644 --- a/stage2/pkg/coreutils +++ b/stage2/pkg/coreutils @@ -4,6 +4,7 @@ hvconfig_pre() { CONFIGURE_OPTS="\ ${CONFIGURE_OPTS} \ + --libexecdir=/usr/lib \ --enable-no-install-program=kill,uptime" } @@ -14,7 +15,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