summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bat.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bat.spec b/bat.spec
index 463c97f..b5d2086 100644
--- a/bat.spec
+++ b/bat.spec
@@ -16,6 +16,7 @@ A cat(1) clone with syntax highlighting and Git integration.
%prep
%autosetup -n %{name}-%{version}
cargo -V
+mkdir -p ~/.cargo/
cp %{SOURCE1} ~/.cargo/
%build