summaryrefslogtreecommitdiff
path: root/Ports/opentyrian/package.sh
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-06-03 23:39:01 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-04 09:38:25 +0200
commit46de51f467256ca7e030a4a40deed4589f50cc60 (patch)
treed151e3d27ac97b774547d96650bf6040820504dd /Ports/opentyrian/package.sh
parent101e4233b8ac27ecfc38bd41c3e5a063b4563fcd (diff)
downloadserenity-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-xPorts/opentyrian/package.sh1
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
}