diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-12 19:23:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-12 19:23:40 +0200 |
commit | 7c661865d063093ca383752d67fe77c36e411e9f (patch) | |
tree | 4f401b9af66997f2a5b8abc70a8a85d8b77356de /hurrycurry-client-git/hurrycurry-client | |
parent | bacf3f21c7afcc96d4dd308b71464194ee8a1828 (diff) | |
download | pkgbuilds-7c661865d063093ca383752d67fe77c36e411e9f.tar pkgbuilds-7c661865d063093ca383752d67fe77c36e411e9f.tar.bz2 pkgbuilds-7c661865d063093ca383752d67fe77c36e411e9f.tar.zst |
updates; add STRIP for patched makepkg
Diffstat (limited to 'hurrycurry-client-git/hurrycurry-client')
-rw-r--r-- | hurrycurry-client-git/hurrycurry-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurrycurry-client-git/hurrycurry-client b/hurrycurry-client-git/hurrycurry-client index c621e13..738f02a 100644 --- a/hurrycurry-client-git/hurrycurry-client +++ b/hurrycurry-client-git/hurrycurry-client @@ -1,2 +1,2 @@ #!/bin/sh -godot --main-pack /usr/share/hurrycurry/client.pck +godot --main-pack /usr/share/hurrycurry/client.pck "$@" |