]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* setup.c (main): Umount /bin and /lib.
authorChristopher Faylor <me@cgf.cx>
Thu, 20 Apr 2000 20:42:32 +0000 (20:42 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 20 Apr 2000 20:42:32 +0000 (20:42 +0000)
setup.c

diff --git a/setup.c b/setup.c
index 4535bf24927c2e4bb4b43f11d0a2f06b1c0ad34e..d2e4b90dcfb07eb6ae58dacd8f7fe396963487b2 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -1217,7 +1217,9 @@ those as the basis for your installation.\n\n"
 
          xumount (wd, "/usr");
          xumount (wd, "/var");
-         
+         xumount (wd, "/lib");
+         xumount (wd, "/bin");
+
          /* Make /bin point to /usr/bin and /lib point to /usr/lib. */
          mkmount (wd, root, "bin", "/usr/bin", 1);
          mkmount (wd, root, "lib", "/usr/lib", 1);
This page took 0.029013 seconds and 5 git commands to generate.