summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-07-01 11:13:42 +0800
committerliuxueli <[email protected]>2020-07-01 11:13:42 +0800
commite8482a4b773ede2563ad1e9ba5a53dedccd436bd (patch)
treef107cc372d87c9b139ebba6fff39eca4c3e6ae2e
parent954fcdbb2cd99af11cbcd40aa005f81bc0d58a1b (diff)
创建${RPM_INSTALL_PREFIX}/etc/目录v1.0.3
-rw-r--r--cmake/preInstall.sh1
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