Minor GUI fixes, revert makewhatis file addition

This commit is contained in:
Jose
2021-02-02 03:36:57 -04:00
parent 91866cadf5
commit 2a52af52eb
6 changed files with 19 additions and 19 deletions
-5
View File
@@ -391,11 +391,6 @@ include_files()
install -m 0555 ${SYSTEM_INCLUDE}/sum /usr/bin/sum
fi
fi
if [ ! -f "/usr/bin/makewhatis" ]; then
if [ -f "${SYSTEM_INCLUDE}/makewhatis" ]; then
install -m 0555 ${SYSTEM_INCLUDE}/makewhatis /usr/bin/makewhatis
fi
fi
else
sysrc -f ${CWDIR}${EXTCONF} VNET_ENABLE="NO" >/dev/null 2>&1
fi