summaryrefslogtreecommitdiffstats
path: root/pcsc-lite
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-10 09:57:29 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-10 09:57:29 +0000
commit69f517494b8d5af1ddf168344f16cd22a629fa42 (patch)
tree672834c217ccf594b5f525c2646b721d698ff4ee /pcsc-lite
parentd52b0596a9b41634cf8b994474320770f82944e4 (diff)
downloadasb-69f517494b8d5af1ddf168344f16cd22a629fa42.tar.gz
asb-69f517494b8d5af1ddf168344f16cd22a629fa42.tar.xz
pcsc-lite: fix a copy/paste issue
Diffstat (limited to 'pcsc-lite')
-rwxr-xr-xpcsc-lite/build/pcsc-lite.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcsc-lite/build/pcsc-lite.SlackBuild b/pcsc-lite/build/pcsc-lite.SlackBuild
index ea20a6e6..88892a23 100755
--- a/pcsc-lite/build/pcsc-lite.SlackBuild
+++ b/pcsc-lite/build/pcsc-lite.SlackBuild
@@ -50,8 +50,8 @@ DOCS="AUTHORS COPYING ChangeLog* GPL* HELP \
INSTALL NEWS README SECURITY TODO"
# User 'pcscd' (uidNr=257) and group 'pcscd' (grpId=257) are also used by SBo.
-PCSCD_UID=${MONGO_UID:-257}
-PCSCD_GID=${MONGO_GID:-257}
+PCSCD_UID=${PCSCD_UID:-257}
+PCSCD_GID=${PCSCD_GID:-257}
PCSCD_HOME="/var/run/pcscd"
# User and group must be present on build system: