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 58447b5a5a5c0a2213ac6329a7b4df6c960661dc
parent d000b31f08a1e514ecf8b00bfe620ae72fda6c75
Author: St John Karp <contact@stjo.hn>
Date:   Thu, 16 Jun 2022 16:58:48 -0400

skypeweb: Don't set the path to pkg-config

The variable was being set incorrectly anyway, but it's not needed
at all. I've just removed it.

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

diff --git a/extra/skypeweb/build b/extra/skypeweb/build @@ -1,7 +1,6 @@ #!/usr/bin/env sh cd skypeweb -export PKG_CONFIG_PATH='/usr/local/lib/pkgconfig' make mkdir -p "$1$(pkg-config --variable=plugindir purple)" cp libskypeweb.so "$1$(pkg-config --variable=plugindir purple)"