File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -247,12 +247,11 @@ done
247247
248248# --- END-OF-COMMANDLINE-PARSING------------------------------------------
249249
250- DOC_PACKAGE=" "
251- COMMON_DOCS=" doc/*.txt doc/*.asc doc/javadocs doc/berkeleydb"
252- COMMON_PACKAGE=" 3rd_party catman ckpt dtrace examples/jobs \
250+ DOC_PACKAGE=" doc man"
251+ COMMON_PACKAGE=" 3rd_party ckpt dtrace examples/jobs \
253252 examples/drmaa hadoop include inst_sge \
254253 install_qmaster install_execd \
255- man mpi pvm util lib/drmaa.jar"
254+ mpi util lib/drmaa.jar"
256255ARCO_PACKAGE=" dbwriter"
257256
258257if [ " $VERSION " = " " -o " $VDIR " = " " ]; then
@@ -273,12 +272,12 @@ if [ $makecommon = true ]; then
273272 fi
274273
275274 if [ $makerpm = true ]; then
276- CreateRpm common noarch $COMMON_PACKAGE $COMMON_DOCS
275+ CreateRpm common noarch $COMMON_PACKAGE
277276 else
278277 cd $VDIR
279278 filename=$BASEDIR /${PRODUCT} -${VERSION} -common.tar.gz
280- echo Command: $TAR cvzf $filename $COMMON_PACKAGE $COMMON_DOCS
281- $TAR cvzf $filename $COMMON_PACKAGE $COMMON_DOCS
279+ echo Command: $TAR cvzf $filename $COMMON_PACKAGE
280+ $TAR cvzf $filename $COMMON_PACKAGE
282281 cd ..
283282 fi
284283fi
You can’t perform that action at this time.
0 commit comments