summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bat.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/bat.spec b/bat.spec
index 05a1fd3..a6b687d 100644
--- a/bat.spec
+++ b/bat.spec
@@ -14,8 +14,9 @@ BuildRequires: cargo
A cat(1) clone with syntax highlighting and Git integration.
%prep
-%autosetup
+
+%setup -n %{name}-%{version}
%install
-cat ~/.cargo/config
+cat %{source1}
cargo install --locked bat