From 663d89e7f423e344e362bdde8eefaf6411c7faaa Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 18 Aug 2002 04:56:55 +0000 Subject: [PATCH] fixed unhiding components git-svn-id: trunk@2711 - --- tools/install/create_fpc_rpm.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tools/install/create_fpc_rpm.sh b/tools/install/create_fpc_rpm.sh index 35ce836918..9dfec46d3f 100644 --- a/tools/install/create_fpc_rpm.sh +++ b/tools/install/create_fpc_rpm.sh @@ -21,16 +21,16 @@ fi # set here the fpc cvs dates for the various versions if [ "x$FPCVersion" = "xdevel" ]; then - Year=02 - Month=12 - Day=25 + Year=03 + Month=06 + Day=05 LazVersion=1.1 fi if [ "x$FPCVersion" = "xstable" ]; then Year=03 Month=06 Day=05 - LazVersion=1.0.9 + LazVersion=1.0.8 fi @@ -70,8 +70,9 @@ cd - # compile cd $TmpDir/fpc -#make rtl -#make compiler +make rtl +make compiler +make rpm #make rpm NODOCS=1 cd -