create /var/lock/opencryptoki/ccatok instead of /var/lock/opencryptoki/cca

This commit is contained in:
Petr Lautrbach 2014-02-06 11:05:14 +01:00
parent ac503725f1
commit 3edb60be92

View File

@ -186,7 +186,7 @@ find . -name '*.[ch]' -print0 | xargs -0 chmod -x
# append token specific subdirs to tmpfiles.d config # append token specific subdirs to tmpfiles.d config
token_subdirs="icsf swtok tpm" token_subdirs="icsf swtok tpm"
%ifarch s390 s390x %ifarch s390 s390x
token_subdirs="$token_subdirs lite cca" token_subdirs="$token_subdirs lite ccatok"
%endif %endif
cp -p %{SOURCE1} %{name}-tmpfiles.conf cp -p %{SOURCE1} %{name}-tmpfiles.conf