diff options
-rw-r--r-- | bat.spec | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -14,13 +14,9 @@ BuildRequires: cargo git A cat(1) clone with syntax highlighting and Git integration. %prep - -%setup -n %{name}-%{version} - -mkdir -p ~/.cargo/ -cp %{SOURCE1} ~/.cargo/ - +%autosetup -n %{name}-%{version} cargo -V +cp %{SOURCE1} ~/.cargo/ %build cargo build --release |