From 371592bcc782841a5b10396a7c7be1cd601ba53c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Feb 2023 03:09:22 +0000 Subject: [PATCH] chore(meta): update meta files --- Casks/emacs-app-good/meta.json | 4 ++-- Casks/emacs-app-nightly-28/meta.json | 4 ++-- Casks/emacs-app-nightly-29/meta.json | 4 ++-- Casks/emacs-app-nightly/meta.json | 4 ++-- Casks/emacs-app-pretest/meta.json | 4 ++-- Casks/emacs-app/meta.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Casks/emacs-app-good/meta.json b/Casks/emacs-app-good/meta.json index f0e7159a..adc6c103 100644 --- a/Casks/emacs-app-good/meta.json +++ b/Casks/emacs-app-good/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] }, diff --git a/Casks/emacs-app-nightly-28/meta.json b/Casks/emacs-app-nightly-28/meta.json index 1894bd41..cdff7f7a 100644 --- a/Casks/emacs-app-nightly-28/meta.json +++ b/Casks/emacs-app-nightly-28/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] }, diff --git a/Casks/emacs-app-nightly-29/meta.json b/Casks/emacs-app-nightly-29/meta.json index ca0fc667..e0fc4916 100644 --- a/Casks/emacs-app-nightly-29/meta.json +++ b/Casks/emacs-app-nightly-29/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] }, diff --git a/Casks/emacs-app-nightly/meta.json b/Casks/emacs-app-nightly/meta.json index de84c986..252e492a 100644 --- a/Casks/emacs-app-nightly/meta.json +++ b/Casks/emacs-app-nightly/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] }, diff --git a/Casks/emacs-app-pretest/meta.json b/Casks/emacs-app-pretest/meta.json index 40374f42..f9fe4e86 100644 --- a/Casks/emacs-app-pretest/meta.json +++ b/Casks/emacs-app-pretest/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] }, diff --git a/Casks/emacs-app/meta.json b/Casks/emacs-app/meta.json index b2a9f6e4..d473ed69 100644 --- a/Casks/emacs-app/meta.json +++ b/Casks/emacs-app/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "/usr/local/include/emacs-module.h" + "target": "$(brew --prefix)/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "/usr/local/share/emacs/site-lisp/subdirs.el" + "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" } ] },