Update of /cvsroot/hoc/hoc/installer-package/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18113
Modified Files:
postupgrade
Log Message:
Fix installer package's postupgrade script
Index: postupgrade
===================================================================
RCS file: /cvsroot/hoc/hoc/installer-package/scripts/postupgrade,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postupgrade 30 Jul 2005 08:24:45 -0000 1.1
+++ postupgrade 30 Jul 2005 09:17:21 -0000 1.2
@@ -1,7 +1,7 @@
#!/bin/sh
-GHC_PKG=ghc-pkg
-GHC_LIB_PATH=`ghc --print-libdir`
+GHC_PKG=/usr/local/bin/ghc-pkg
+GHC_LIB_PATH=`/usr/local/bin/ghc --print-libdir`
ranlib "$GHC_LIB_PATH"/{AppKit,Foundation,HOC}/*.a
|