kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 8958f05f15c5609c54f7c36d8a81862015795ec0
parent b0cffd15344a9df8d47a23351580b2c130ad06dd
Author: St John Karp <contact@stjo.hn>
Date:   Fri, 10 Jun 2022 12:13:44 -0400

balrog: Set correct permissions

Fixed the permissions on the balrog script.

Diffstat:
Mextra/balrog/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/balrog/build b/extra/balrog/build @@ -1,5 +1,5 @@ #!/usr/bin/env sh mkdir -p "$1/usr/bin" -install -m 711 balrog "$1/usr/bin/balrog" +install -m 755 balrog "$1/usr/bin/balrog" ln -s /usr/bin/balrog "$1/usr/bin/pass"