X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fcoreutils;h=644dfa3dd0cb7de6b83bfe3e3180453e106b4c10;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=80fc9ca651b8881b6582d23d1e7d7ea9f39908de;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/coreutils b/stage2/pkg/coreutils index 80fc9ca..644dfa3 100644 --- a/stage2/pkg/coreutils +++ b/stage2/pkg/coreutils @@ -1,12 +1,5 @@ #!/bin/bash -hvconfig_pre() -{ - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --enable-no-install-program=kill,uptime" -} - hvbuild_post() { # Move some programs to their proper FHS locations: @@ -14,7 +7,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