[rhinstaller/anaconda/pulls/93 f22-branch] Force an encoding of utf-8 on liveinst installs (#1217504)

vpodzime installerbot-noreply at redhat.com
Tue May 5 06:41:06 UTC 2015


> @@ -237,6 +237,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
>  
>  %ifarch %livearches
>  desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
> +
> +# Add a sitecustomize.py to be loaded by liveinst
> +mkdir -p %{buildroot}%{_datadir}/anaconda/site-python
> +install -m 0644 pyanaconda/sitecustomize.py %{buildroot}%{_datadir}/anaconda/site-python/

> This should also be added to %files section.

AFAICT, we include everything from %{_datadir}/anaconda.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/93#discussion_r29646481


More information about the anaconda-patches mailing list