mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05: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() {
|
||||
# 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
|
||||
pushd ${SERENITY_INSTALL_ROOT}/home/anon/Games/halflife/valve/cl_dlls/
|
||||
rename 's/^...//' lib*
|
||||
|
|
Loading…
Reference in a new issue