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 51082988a842a5f02d2d0ad8cdf878d33cd599b2
parent c863465d1947ee9cc302cebb823df2c28459955b
Author: St John Karp <contact@stjo.hn>
Date:   Wed, 29 Jun 2022 13:59:34 -0400

finch: Remove bogus environment variable from build script

Diffstat:
Mextra/finch/build | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/extra/finch/build b/extra/finch/build @@ -1,6 +1,5 @@ #!/usr/bin/env sh -export PKG_CONFIG_PATH='/usr/local/lib/pkgconfig' ./configure $KISS_CONFIGURE \ --prefix=/usr \ --disable-avahi \