From 3dde630a8cd0190eb2c62f209c83a60366c1d693 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Thu, 22 Aug 2024 11:49:35 +0200 Subject: [PATCH] changed rm_rf to rm_r --- Formula/macaulay2-common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/macaulay2-common.rb b/Formula/macaulay2-common.rb index c9e771f..05c420a 100644 --- a/Formula/macaulay2-common.rb +++ b/Formula/macaulay2-common.rb @@ -26,7 +26,7 @@ def install # but brew requires at least one url, so I gave it one. mv buildpath/"1.23/share", prefix mv buildpath/"1.23/lib", prefix - rm_rf share/"emacs" + rm_r share/"emacs" end def post_install