mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Ports/HalfLife: Do not delete the OpenGL renderer in post install
We can now play Half-Life using LibGL without crashing on launch! :^)
This commit is contained in:
parent
f91e41f90c
commit
010a37f997
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@ install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Delete the OpenGL renderer (ref_gl.so) so we don't crash on launch...
|
|
||||||
rm ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/libref_gl.so
|
|
||||||
|
|
||||||
# Strip the output libraries of their "lib" prefix
|
# Strip the output libraries of their "lib" prefix
|
||||||
pushd ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/valve/cl_dlls/
|
pushd ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/valve/cl_dlls/
|
||||||
rename 's/^...//' lib*
|
rename 's/^...//' lib*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue