]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - install.cc
2002-01-04 Jan Nieuwenhuizen <janneke@gnu.org>
[cygwin-apps/setup.git] / install.cc
index b53c39ca3510d4c5af6cf1583c77a3513adc3605..fa40f1f9a9056a5a63a333d8e3ceb985d674a863 100644 (file)
@@ -13,7 +13,7 @@
  *
  */
 
-/* The purpose of this file is to intall all the packages selected in
+/* The purpose of this file is to install all the packages selected in
    the install list (in ini.h).  Note that we use a separate thread to
    maintain the progress dialog, so we avoid the complexity of
    handling two tasks in one thread.  We also create or update all the
@@ -55,6 +55,7 @@ static const char *cvsid =
 #include "compress_gz.h"
 #include "archive.h"
 #include "archive_tar.h"
+#include "script.h"
 
 #include "package_db.h"
 #include "package_meta.h"
@@ -338,6 +339,9 @@ do_install_thread (HINSTANCE h, HWND owner)
   create_mount ("/usr/lib", cygpath ("/lib", 0), istext, issystem);
   set_cygdrive_flags (istext, issystem);
 
+  /* Let's hope people won't uninstall packages before installing [b]ash */
+  init_run_script ();
+
   packagedb db;
   for (size_t n = 1; n < db.packages.number (); n++)
     {
This page took 0.02381 seconds and 5 git commands to generate.