- Fix typo on the sed line.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=61
This commit is contained in:
Tomáš Chvátal 2014-01-02 13:57:40 +00:00 committed by Git OBS Bridge
parent 50292f6463
commit aa908bd3bb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 2 13:57:30 UTC 2014 - tchvatal@suse.com
- Fix typo on the sed line.
-------------------------------------------------------------------
Thu Jan 2 10:14:46 UTC 2014 - tchvatal@suse.com

View File

@ -839,7 +839,7 @@ if test -n "$lo_jobs" ; then
PARALLEL_BUILD="--with-parallelism=$lo_jobs"
fi
# using icecream
if test -e "/opt/icecream/bin/gcc" -a -e "/opt/icecream/bin/g++" ; then
if test -e "/usr/lib/icecc/bin/gcc" -a -e "/usr/lib/icecc/bin/g++" ; then
PARALLEL_BUILD="$PARALLEL_BUILD --enable-icecream"
fi
# make sure that JAVA_HOME is set correctly
@ -965,7 +965,7 @@ for desktop in * ; do
app=`echo $desktop_new | sed "s/.desktop//"`
%suse_update_desktop_file $app
done
sed -i -e 's:Office;:Office;Spreadsheet;:g' %_datadir/applications/math.desktop
sed -i -e 's:Office;:Office;Spreadsheet;:g' %{buildroot}/%_datadir/applications/math.desktop
cd -
################
# compat stuff for noarch packages