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 2e89cdd618714e8e5c6c672ee8dbdd2e3f0d8e0e
parent b3aeb2913905e3d76993ca575625a9996396e381
Author: St John Karp <contact@stjo.hn>
Date:   Wed,  1 Jun 2022 14:48:22 -0400

pcsc-lite: Set bindir and sbindir when running configure

Set these both to /usr/bin.

Diffstat:
Mextra/pcsc-lite/build | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/extra/pcsc-lite/build b/extra/pcsc-lite/build @@ -2,6 +2,8 @@ ./configure $KISS_CONFIGURE \ --prefix=/usr \ + --bindir=/usr/bin \ + --sbindir=/usr/bin \ --disable-libsystemd \ --disable-libudev make