fix broken path

This commit is contained in:
Tigro 2016-01-31 20:06:57 +03:00
parent 6891ce544b
commit 3d524b6130

View file

@ -46,7 +46,7 @@ Version: 4.4.7
%if "%{beta}" != ""
Release: 0.%{beta}.1
%else
Release: 1
Release: 2
%endif
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group: Office
@ -3466,7 +3466,7 @@ mkdir -p %{buildroot}/%{py3_platsitedir}
pushd %{buildroot}/%{py3_platsitedir}
echo "import sys, os" > uno.py
echo "sys.path.append('%{ooodir}/program')" >> uno.py
echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:%{baseinstdir}/program/fundamentalrc')" >> uno.py
echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:%{_libdir}/%{name}/program/fundamentalrc')" >> uno.py
cat %{buildroot}%{ooodir}/program/uno.py >> uno.py
rm -f %{buildroot}%{ooodir}/program/uno.py*
mv -f %{buildroot}%{ooodir}/program/unohelper.py* .