Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-03-03 15:53:24 +0000
committerMarkus Knauer2009-03-03 15:53:24 +0000
commit52731612aaf4256dd68d14eb474acf79bdb0c563 (patch)
treeb08f4587319d571e6888d67dda2b4e9b5f01fc0a /releng/org.eclipse.epp.config
parent4c0e3a152432621580668d94fc8be2563762b06a (diff)
downloadorg.eclipse.epp.packages-52731612aaf4256dd68d14eb474acf79bdb0c563.tar.gz
org.eclipse.epp.packages-52731612aaf4256dd68d14eb474acf79bdb0c563.tar.xz
org.eclipse.epp.packages-52731612aaf4256dd68d14eb474acf79bdb0c563.zip
*** empty log message ***
Diffstat (limited to 'releng/org.eclipse.epp.config')
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index 99f68fc4..dd398297 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -69,7 +69,7 @@ do
for index in 0 1 2 3;
do
echo -n "..Building ${OSes[$index]} ${WSes[$index]} ${ARCHes[$index]}"
- EXTENSION=${OSes[$index]}\.${WSes[$index]}\.${ARCHes[$index]}"
+ EXTENSION="${OSes[$index]}\.${WSes[$index]}\.${ARCHes[$index]}"
PACKAGE_BUILD_DIR="${BUILD_DIR}/${PACKAGE}/${EXTENSION}"
rm -rf ${PACKAGE_BUILD_DIR}
mkdir ${PACKAGE_BUILD_DIR}
@@ -93,7 +93,7 @@ do
if [ ${OSes[$index]} = "win32" ]; then
zip -r -o -q ${DOWNLOAD_DIR}/${START_TIME}_eclipse-${PACKAGE}-${EXTENSION}.zip eclipse
else
- tar zcf ${DOWNLOAD_DIR}/${START_TIME}_eclipse-${PACKAGE}-${EXTENSION}.tar.gz eclipse
+ tar zc --owner=eclipse --group=eclipse -f ${DOWNLOAD_DIR}/${START_TIME}_eclipse-${PACKAGE}-${EXTENSION}.tar.gz eclipse
fi
else
echo "...failed while building package ${OSes[$index]} ${WSes[$index]} ${ARCHes[$index]}"

Back to the top