mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix RPM packaging.
This commit is contained in:
parent
5507ac3632
commit
68987b8690
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue