summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2020-06-01 18:39:35 +0800
committerliuxueli <[email protected]>2020-06-01 18:39:35 +0800
commit2e23b9216c6d00cf99f1cd7ef2038c9f58d57c06 (patch)
tree6b71aeecb3eab834e8e7a956498e44a9daeed965
parent459d37cb7612441092e2ac57d4abb3e679d7d264 (diff)
预安装脚本创建/home/mesasoft/sapp/etc/目录
-rw-r--r--cmake/preInstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh
index f7bb453..3ec1f37 100644
--- a/cmake/preInstall.sh
+++ b/cmake/preInstall.sh
@@ -2,6 +2,7 @@
DST=${RPM_INSTALL_PREFIX}
mkdir -p ${DST}/plug/protocol/
touch ${DST}/plug/conflist.inf
+mkdir ${DST}/etc/
touch ${DST}/etc/entrylist.conf
if [[ -z `grep -rn 'quic.inf' ${DST}/plug/conflist.inf` ]];then
sed -i '/\[protocol\]/a\./plug/protocol/quic/quic.inf' ${DST}/plug/conflist.inf