From 2e23b9216c6d00cf99f1cd7ef2038c9f58d57c06 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Mon, 1 Jun 2020 18:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E5=AE=89=E8=A3=85=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=88=9B=E5=BB=BA/home/mesasoft/sapp/etc/=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/preInstall.sh | 1 + 1 file changed, 1 insertion(+) 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