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 b0988f370820f67009aa69498b32d34026977dc3
parent 3f6e5de12cb887622c1e10781c39b9f729a433f4
Author: St John Karp <contact@stjo.hn>
Date:   Sun, 19 Jun 2022 10:30:39 -0400

i3status: Remove bogus path variable

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

diff --git a/extra/i3status/build b/extra/i3status/build @@ -1,6 +1,5 @@ #!/usr/bin/env sh -export PKG_CONFIG_PATH='/usr/local/lib/pkgconfig' mkdir build cd build meson --prefix=/usr -Dpulseaudio=false ..