Fixing (hopefully) RPM spec file

This commit is contained in:
Matthias Koefferlein 2024-01-04 00:22:26 +01:00
parent d6b4d2c518
commit 303b4fe47f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ mkdir -p %{buildroot}%{_libdir}/klayout/lay_plugins
cp -pd %{_builddir}/bin.$TARGET/lib*.so* %{buildroot}%{_libdir}/klayout
cp -pd %{_builddir}/bin.$TARGET/db_plugins/lib*.so* %{buildroot}%{_libdir}/klayout/db_plugins
cp -pd %{_builddir}/bin.$TARGET/lay_plugins/lib*.so* %{buildroot}%{_libdir}/klayout/lay_plugins
%if "%{copylibs}" != ""
%if %{defined copylibs}
cp -pd %{copylibs} %{buildroot}%{_libdir}/klayout
%endif
chmod 644 %{buildroot}%{_libdir}/klayout/*.so*