diff options
Diffstat (limited to 'cmake/preInstall.sh')
| -rw-r--r-- | cmake/preInstall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh index 01bfff9..f65f832 100644 --- a/cmake/preInstall.sh +++ b/cmake/preInstall.sh @@ -1,6 +1,7 @@ #!/bin/sh DST=${RPM_INSTALL_PREFIX} mkdir -p ${DST}/plug/protocol/ +mkdir -p ${DST}/etc/ touch ${DST}/plug/conflist.inf touch ${DST}/etc/entrylist.conf if [[ -z `grep -rn 'ssl.inf' ${DST}/plug/conflist.inf` ]];then |
