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 b5ff9e4c9d2ca6cd8db3f681ce578e41352736cb
parent 60578185ff0a4d33d1bef4e4cd2d3e11b09b758b
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 16 Jun 2022 16:53:00 -0400

gtk-doc: Set prefix when calling autogen.sh

Otherwise it defaults to /usr/local.

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

diff --git a/extra/gtk-doc/build b/extra/gtk-doc/build @@ -1,5 +1,5 @@ #!/usr/bin/env sh -./autogen.sh && +./autogen.sh --prefix=/usr && make && make install