Browse Source

* force FPC_VERSION to release version

peter 20 years ago
parent
commit
49eff53d35
1 changed files with 3 additions and 3 deletions
  1. 3 3
      install/makepack

+ 3 - 3
install/makepack

@@ -87,17 +87,17 @@ if [ "$CROSS" = "" ]; then
       fi
       fi
     fi
     fi
   fi
   fi
-  ${MAKE}  sourcezip
+  ${MAKE}  sourcezip CPU_TARGET=$TARGETCPU OS_TARGET=$TARGETOS FPC_VERSION=$VERSION
   if [ $? != 0 ]; then
   if [ $? != 0 ]; then
     echo "Failed to make source archive."
     echo "Failed to make source archive."
     exit 1
     exit 1
   fi
   fi
-  ${MAKE}  docsrc
+  ${MAKE}  docsrc CPU_TARGET=$TARGETCPU OS_TARGET=$TARGETOS FPC_VERSION=$VERSION
   if [ $? != 0 ]; then
   if [ $? != 0 ]; then
     echo "Failed to make documentation source archive."
     echo "Failed to make documentation source archive."
     exit 1
     exit 1
   fi
   fi
-  ${MAKE}  demozip
+  ${MAKE}  demozip CPU_TARGET=$TARGETCPU OS_TARGET=$TARGETOS FPC_VERSION=$VERSION
   if [ $? != 0 ]; then
   if [ $? != 0 ]; then
     echo "Failed to make demo source archive."
     echo "Failed to make demo source archive."
     exit 1
     exit 1