rice

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

commit 7418a0c9fa797be93a177b7eebc447fdd742204e
parent cfe5ea9faa0cbaaa3a31a0833970598f168663d1
Author: Mark Feller <mfeller@recurly.com>
Date:   Thu, 19 Dec 2019 15:38:05 -0700

post install

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

Diffstat:
Mpkgs/macos/install | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/pkgs/macos/install b/pkgs/macos/install @@ -26,5 +26,9 @@ install_dots() { (cd ~/.config/rice && ./install) } +post_install() { + (cd ~/.config/rice && patch) +} + install_packages install_dots