Fix RPM packaging.

This commit is contained in:
Julian Groß 2024-06-14 20:39:24 +02:00
parent 5507ac3632
commit 68987b8690

View file

@ -75,6 +75,7 @@ chrpath -d $RPM_BUILD_ROOT/opt/overte/plugins/*.so
chrpath -d $RPM_BUILD_ROOT/opt/overte/plugins/*/*.so
strip --strip-all $RPM_BUILD_ROOT/opt/overte/plugins/*.so
strip --strip-all $RPM_BUILD_ROOT/opt/overte/plugins/*/*.so
install -d $RPM_BUILD_ROOT/usr/share/licenses/overte-server
cp $OVERTE/LICENSE $RPM_BUILD_ROOT/usr/share/licenses/overte-server/LICENSE
find $RPM_BUILD_ROOT/opt/overte/resources -name ".gitignore" -delete