From 1fb64561c4da29b680311a106c04644706e57f86 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 8 Nov 2024 19:15:39 +0800 Subject: [PATCH] update spec for build --- rpmbuild/SPECS/omc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpmbuild/SPECS/omc.spec b/rpmbuild/SPECS/omc.spec index 780e0fe..8200197 100644 --- a/rpmbuild/SPECS/omc.spec +++ b/rpmbuild/SPECS/omc.spec @@ -62,9 +62,9 @@ for CFile in ${CFileList}; do else # mv -f ${OMCEtcDir}/${CFile} ${OMCEtcDir}/${CFile}.bak # cp -f ${OMCEtcDir}/default/${CFile} ${OMCEtcDir} - if [ -e "${OMCBinDir}/upgconf.sh" ]; then - ${OMCBinDir}/upgconf.sh - fi + #if [ -e "${OMCBinDir}/upgconf.sh" ]; then + # ${OMCBinDir}/upgconf.sh + #fi fi done