Fix smartcardauth initramfs with new pcscd

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254707 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 805920ff32
commit fcf6f56316

@ -38,7 +38,12 @@ else
fi
copy_exec /lib/libpcsclite.so.1 /lib
cp -r /usr/lib/pcsc ${DESTDIR}/usr/lib
cp /etc/reader.conf ${DESTDIR}/etc
if [ -e /etc/reader.conf.d ]
then
cp -Rp /etc/reader.conf.d ${DESTDIR}/etc/
else
cp /etc/reader.conf ${DESTDIR}/etc
fi
# Install opensc commands and conf file
copy_exec /usr/bin/opensc-tool /bin

Loading…
Cancel
Save