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:
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