patchinstall.sh: Add support for eapply backend and mark epatch as deprecated (thanks NP-Hardass).

This commit is contained in:
Sebastian Lackner
2016-08-11 05:54:31 +02:00
parent a6c6b83eb7
commit e875860886
3 changed files with 36 additions and 29 deletions

View File

@@ -66,7 +66,8 @@ Configuration:
Backends:
--backend=patch Use regular 'patch' utility to apply patches (default)
--backend=epatch Use 'epatch' to apply patches (Gentoo only)
--backend=eapply Use 'eapply' to apply patches (Gentoo only)
--backend=epatch Use 'epatch' to apply patches (Gentoo only, deprecated)
--backend=git-am Use 'git am' to apply patches
--backend=git-apply Use 'git apply' to apply patches
--backend=stg Import the patches using stacked git