mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-04-12 19:35:50 +02:00
exclude clover-genconfig from build
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
e8a29b1a29
commit
70ecc2b1e6
@ -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}" "/"
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user