Skip to content

Commit

Permalink
Disabled ebuild.sh patch as it was now fixed in Clover
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Oct 10, 2018
1 parent a7b9f53 commit d0052a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,13 +232,14 @@ var RootCmd = &cobra.Command{
log.Fatal("Error: Failed to copy UDK patches: ", copyErr)
}

// Patch the Clover build script
// NOTE: Disabled because ebuild.sh was officially "fixed" again..
/* // Patch the Clover build script
log.Debug("Patching Clover build script..")
Spinner.Prefix = formatSpinnerText("Patching Clover build script", false)
if err := patches.Patch(packedPatches, "ebuild", util.GetCloverPath()+"/ebuild.sh"); err != nil {
log.Fatal("Error: Failed to patch Clover build script: ", err)
}
Spinner.Prefix = formatSpinnerText("Patching Clover build script", true)
Spinner.Prefix = formatSpinnerText("Patching Clover build script", true) */

// Build Clover (clean & build, with extras like ApfsDriverLoader checked out and compiled)
log.Debug("Building Clover..")
Expand Down

0 comments on commit d0052a3

Please sign in to comment.