Explorar o código

* updated source filename of packages

carl %!s(int64=23) %!d(string=hai) anos
pai
achega
0fda137bd7
Modificáronse 1 ficheiros con 11 adicións e 8 borrados
  1. 11 8
      install/beos/install.sh

+ 11 - 8
install/beos/install.sh

@@ -147,9 +147,8 @@ if yesno "Install sources"; then
   echo Unpacking ...
   unzip sources.zip
   echo Installing sources in $SRCDIR ...
-  unztar basesrc.zip $PREFIX
   if yesno "Install compiler source"; then
-    unztar fpcompilersrc.zip $PREFIX
+    unztar compilersrc.zip $PREFIX
   fi    
   if yesno "Install RTL source"; then
     unztar rtlsrc.zip $PREFIX
@@ -158,14 +157,15 @@ if yesno "Install sources"; then
     unztar fclsrc.zip $PREFIX
   fi    
   if yesno "Install paszlib source"; then
-    unztar paszlibsrc.zip $PREFIX
+    unztar upaszlibsrc.zip $PREFIX
   fi    
   if yesno "Install regexpr source"; then
-    unztar regexprsrc.zip $PREFIX
+    unztar uregexprsrc.zip $PREFIX
   fi   
   if yesno "Install Utils source"; then
-    unztar fputilsrc.zip $PREFIX
-  fi    
+    unztar utilssrc.zip $PREFIX
+  fi
+  unzip -o $HERE/basesrc.zip -d $PREFIX      
   rm -f *src.zip
   echo Done.
 fi
@@ -202,6 +202,9 @@ fi
 # The End
 echo
 echo End of installation. 
-echo 
-echo Read the documentation for further information.
+echo Make sure you have the GNU assembler and linker in
+echo your PATH before using Free Pascal.
+echo
+echo Read the documentation for further information
+echo on Free Pascal.
 echo