mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
Ports: Don't set the current working directory in the launcher script
This removes the hack for launching Super Mario.
This commit is contained in:
parent
8c18c7e4c2
commit
101e4233b8
Notes:
sideshowbarker
2024-07-18 16:55:54 +09:00
Author: https://github.com/gunnarbeutner
Commit: 101e4233b8
Pull-request: https://github.com/SerenityOS/serenity/pull/7752
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ install_launcher() {
|
||||||
cat >$DESTDIR/usr/local/libexec/$script_name <<SCRIPT
|
cat >$DESTDIR/usr/local/libexec/$script_name <<SCRIPT
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
cd -- "\$(dirname -- "\$(which -- $(printf %q "${launcher_command%% *}"))")"
|
|
||||||
exec $(printf '%q ' $launcher_command)
|
exec $(printf '%q ' $launcher_command)
|
||||||
SCRIPT
|
SCRIPT
|
||||||
chmod +x $DESTDIR/usr/local/libexec/$script_name
|
chmod +x $DESTDIR/usr/local/libexec/$script_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue