rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2401313a394282ed63a15c73c696f502c2a99a2a
parent 02ff826d219ab15a00cebdf407ef2edf5151c8cf
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 15:52:11 -0700

add patch to installer

Signed-off-by: Mark Feller <mfeller@recurly.com>

Diffstat:
Mpkgs/macos/install | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/macos/install b/pkgs/macos/install @@ -27,7 +27,7 @@ install_dots() { } post_install() { - (cd ~/.config/rice && patch) + (cd ~/.config/rice && git am -signoff < patches/macos.patch) } install_packages