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 d000b31f08a1e514ecf8b00bfe620ae72fda6c75
parent 07d905f6d077f81a6810a7703c006acef2103a2a
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 16 Jun 2022 16:54:11 -0400

libgnt: Set prefix when calling meson

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

diff --git a/libs/libgnt/build b/libs/libgnt/build @@ -1,5 +1,5 @@ #!/usr/bin/env sh -meson build +meson build --prefix=/usr ninja -C build ninja -C build install