exclude clover-genconfig from build

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2020-03-01 20:40:55 +03:00
parent e8a29b1a29
commit 70ecc2b1e6
3 changed files with 6 additions and 3 deletions

View File

@ -600,11 +600,12 @@ fi
choiceId="Utils"
# Utils
ditto --noextattr --noqtn ${SYMROOT}/utils/bdmesg ${PKG_BUILD_DIR}/${choiceId}/Root/usr/local/bin/
ditto --noextattr --noqtn ${SYMROOT}/utils/clover-genconfig ${PKG_BUILD_DIR}/${choiceId}/Root/usr/local/bin/
# ditto --noextattr --noqtn ${SYMROOT}/utils/clover-genconfig ${PKG_BUILD_DIR}/${choiceId}/Root/usr/local/bin/
ditto --noextattr --noqtn ${SYMROOT}/utils/partutil ${PKG_BUILD_DIR}/${choiceId}/Root/usr/local/bin/
ditto --noextattr --noqtn ${SYMROOT}/utils/espfinder ${PKG_BUILD_DIR}/${choiceId}/Root/usr/local/bin/
fixperms "${PKG_BUILD_DIR}/${choiceId}/Root/"
chmod 755 "${PKG_BUILD_DIR}/${choiceId}"/Root/usr/local/bin/{bdmesg,clover-genconfig,partutil,espfinder}
#chmod 755 "${PKG_BUILD_DIR}/${choiceId}"/Root/usr/local/bin/{bdmesg,clover-genconfig,partutil,espfinder}
chmod 755 "${PKG_BUILD_DIR}/${choiceId}"/Root/usr/local/bin/{bdmesg,partutil,espfinder}
packageRefId=$(getPackageRefId "${packagesidentity}" "${choiceId}")
packageUtilsRefId=$packageRefId
buildpackage "$packageRefId" "${choiceId}" "${PKG_BUILD_DIR}/${choiceId}" "/"

View File

@ -2,6 +2,6 @@
include $(CURDIR)/Make.rules
#fdisk440 out
#clover-genconfig temporary out
SUBDIRS = boot1-install partutil bdmesg clover-genconfig espfinder
SUBDIRS = boot1-install partutil bdmesg espfinder
all: all-recursive

View File

@ -4,3 +4,5 @@ clover-genconfig >config.plist
It is useful to remember your settings made in Options menu if you successfully boot into system.
Works with Clover-64 rev1672+.
Since Clover rev-5105 clover-genconfig is included into Clover.app.