From 488b0c224ee51587ce64b526d5edb5cc30076e72 Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Wed, 14 Aug 2024 16:54:43 +0900 Subject: [PATCH] hh-suite: include scripts directory (#1826) --- Formula/hh-suite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/hh-suite.rb b/Formula/hh-suite.rb index 7dea57aa3..5b919c9eb 100644 --- a/Formula/hh-suite.rb +++ b/Formula/hh-suite.rb @@ -5,7 +5,7 @@ class HhSuite < Formula url "https://github.com/soedinglab/hh-suite/archive/refs/tags/v3.3.0.tar.gz" sha256 "dd67f7f3bf601e48c9c0bc4cf1fbe3b946f787a808bde765e9436a48d27b0964" license "GPL-3.0-or-later" - revision 3 + revision 4 head "https://github.com/soedinglab/hh-suite.git" bottle do @@ -41,8 +41,8 @@ def install "[](unsigned char ch) { return !std::isspace(ch); })" system "cmake", ".", *args system "make", "install" - cp "scripts/reformat.pl", bin - rm_r "scripts" + prefix.install "scripts" + bin.install_symlink prefix/"scripts/reformat.pl" pkgshare.install ["data/query.a3m", "data/test.sh"] end