Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2009-03-03 15:57:27 +0000
committerMarkus Knauer2009-03-03 15:57:27 +0000
commita3c6c1db958a8601e546f092bd363cc9a5c1d193 (patch)
tree3e396b5ae004bf6220930d5a4a6f3052e3259624 /releng
parentbde2a177c9445284a710d998e388c7166adb4755 (diff)
downloadorg.eclipse.epp.packages-a3c6c1db958a8601e546f092bd363cc9a5c1d193.tar.gz
org.eclipse.epp.packages-a3c6c1db958a8601e546f092bd363cc9a5c1d193.tar.xz
org.eclipse.epp.packages-a3c6c1db958a8601e546f092bd363cc9a5c1d193.zip
*** empty log message ***
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index bd2d6231..03ebb98b 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -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 zc --owner=eclipse --group=eclipse -f ${DOWNLOAD_DIR}/${START_TIME}_eclipse-${PACKAGE}-${EXTENSION}.tar.gz eclipse
+ tar zc --owner=100 --group=100 -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