Remove configure options from custom scripts
[hvlinux.git] / stage2 / pkg / coreutils
index 80fc9ca..644dfa3 100644 (file)
@@ -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