Skip to content
  • Michael Zuo's avatar
    abuild: use standard-issue prepare by default · 251dce53
    Michael Zuo authored
    A majority of APKBUILDs currently use exactly the prepare() provided by
    newapkbuild verbatim, even for packages where no patches exist, which
    has created the expectation that patches listed as sources are applied
    by default.
    
    This rev simply adds that default prepare() to abuild (and exposes it as
    default_prepare), with no configurability. If needed, default behaviour
    can be overridden by providing explicitly prepare().
    251dce53