diff options
author | Linus Groh <mail@linusgroh.de> | 2021-03-13 13:18:15 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-13 13:35:24 +0100 |
commit | 5e4808878d0ef5df2f1231c262bcb55b9143abbe (patch) | |
tree | c4a322874b65a32d31f860c6d08cad2ff0adb819 /Ports/klong/package.sh | |
parent | 15a820e9ad47fa61b6010fac8dbd58c6ea853f81 (diff) | |
download | serenity-5e4808878d0ef5df2f1231c262bcb55b9143abbe.zip |
Ports: Fix klong's package.sh
Diffstat (limited to 'Ports/klong/package.sh')
-rwxr-xr-x | Ports/klong/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/klong/package.sh b/Ports/klong/package.sh index fedf649eb1..6204969ce0 100755 --- a/Ports/klong/package.sh +++ b/Ports/klong/package.sh @@ -3,4 +3,4 @@ port=klong version=20190926 files="http://t3x.org/klong/klong20190926.tgz klong20190926.tgz" useconfigure=false - klong +workdir=klong |