[project @ 2001-07-16 09:11:44 by qrczak]
authorqrczak <unknown>
Mon, 16 Jul 2001 09:11:44 +0000 (09:11 +0000)
committerqrczak <unknown>
Mon, 16 Jul 2001 09:11:44 +0000 (09:11 +0000)
s/extra-bin/bin/ because this is where all programs are installed to.
Perhaps it should be changed the other way around - I don't know what
this extra-bin was supposed to be.

ghc/compiler/main/SysTools.lhs

index 1887038..7671fbd 100644 (file)
@@ -187,7 +187,7 @@ initSysTools minusB_args
                -- NB: top_dir is assumed to be in standard Unix format '/' separated
 
        ; let installed, installed_bin :: FilePath -> FilePath
-              installed_bin pgm   =  pgmPath (top_dir `slash` "extra-bin") pgm
+              installed_bin pgm   =  pgmPath (top_dir `slash` "bin") pgm
              installed     file  =  pgmPath top_dir file
              inplace dir   pgm   =  pgmPath (top_dir `slash` dir) pgm