2014-07-21 9:03 GMT+02:00 Tomáš Chvátal :
> Hello guys,
>
> I found this out when packaging 4.3 for openSUSE and used following hack
> to fix the problem:
>
> make DESTDIR=%{buildroot} distro-pack-install
> # FIXME: Hack add missing file
> install -m755 instdir/program/libsaxlo.so
> %{buildroot}/%
Hi Tomáš, *,
On Mon, Jul 21, 2014 at 9:03 AM, Tomáš Chvátal wrote:
> Hello guys,
>
> I found this out when packaging 4.3 for openSUSE and used following hack to
> fix the problem:
>
> make DESTDIR=%{buildroot} distro-pack-install
> # FIXME: Hack add missing file
> install -m755 instdir/program/li
Hello guys,
I found this out when packaging 4.3 for openSUSE and used following hack to
fix the problem:
make DESTDIR=%{buildroot} distro-pack-install
# FIXME: Hack add missing file
install -m755 instdir/program/libsaxlo.so
%{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so
echo "%{_libdir}/%{na