Kaydet (Commit) b4687fe2 authored tarafından David Tardon's avatar David Tardon

fix condition

Change-Id: I5370bca6689d0d089a6862c70f45a95516e8531e
üst 390c6022
......@@ -265,7 +265,7 @@ for pack in $OOOP_FONTS_PACK $OOOP_GALLERY_PACK $OOOP_SAMPLES_PACK $OOOP_TEMPLAT
unzip -o -q $TARFILE_LOCATION/$pack -d $SRC_ROOT/extras/source
done
if [ "$OXYGENOFFICE_PACK" = "YES" ] ; then
if [ -n "$OXYGENOFFICE_PACK" ] ; then
check_file $TARFILE_LOCATION/$OXYGENOFFICE_PACK
echo "Unpacking OxygenOffice '$OXYGENOFFICE_PACK' ..."
unzip -o -q $TARFILE_LOCATION/$OXYGENOFFICE_PACK -d $SRC_ROOT/src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment