mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 02:28:14 +02:00
* fixed postflight script so it correctly calls samplecfg
* some small changes to the readme
This commit is contained in:
parent
23086cb87c
commit
2e629a4355
@ -1,7 +1,7 @@
|
||||
|
||||
Free Pascal Compiler
|
||||
|
||||
Version 1.9.4 aka 2.0.0-Beta3
|
||||
Version 1.9.5 aka 2.0.0-Beta3.1
|
||||
|
||||
|
||||
***************************************************
|
||||
@ -14,7 +14,7 @@ This a beta release and it still contains some known bugs. However, it would be
|
||||
|
||||
This package contains a freeware 32-bit pascal compiler for 386+ and PowerPC. The language and the runtime library are almost compatible with TP 7.0 and recent Delphi releases.
|
||||
|
||||
Free Pascal 1.9.3 is currently available for the following platforms:
|
||||
Free Pascal 1.9.4 is currently available for the following platforms:
|
||||
- Linux-i386, both aout and elf
|
||||
- Linux-powerpc
|
||||
- Dos (i386), using the Go32v2 dos extender
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
version=`"$2"/usr/local/bin/fpc -iV`
|
||||
"$2"/usr/local/bin/samplecfg "$2"/usr/local/lib/fpc/"$version" "$4"/etc
|
||||
"$2"/usr/local/lib/fpc/$version/samplecfg "$2"/usr/local/lib/fpc/"$version" "$4"/etc
|
||||
|
Loading…
Reference in New Issue
Block a user