diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-03 23:39:01 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-04 09:38:25 +0200 |
commit | 46de51f467256ca7e030a4a40deed4589f50cc60 (patch) | |
tree | d151e3d27ac97b774547d96650bf6040820504dd /Ports/opentyrian/package.sh | |
parent | 101e4233b8ac27ecfc38bd41c3e5a063b4563fcd (diff) | |
download | serenity-46de51f467256ca7e030a4a40deed4589f50cc60.zip |
Ports: Create launchers for the stpuzzles port
This changes the .port_include.sh script so that ports can more easily
create more than one launcher by making the install_launcher function
available to the port's package.sh script.
This creates launchers for the stpuzzles port in the Games/Puzzles
category.
Diffstat (limited to 'Ports/opentyrian/package.sh')
-rwxr-xr-x | Ports/opentyrian/package.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Ports/opentyrian/package.sh b/Ports/opentyrian/package.sh index ecb7ba1fa7..454ff5ff0c 100755 --- a/Ports/opentyrian/package.sh +++ b/Ports/opentyrian/package.sh @@ -17,5 +17,4 @@ configure() { install() { run make install - install_launcher } |