summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bat.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/bat.spec b/bat.spec
index 32afa53..1662541 100644
--- a/bat.spec
+++ b/bat.spec
@@ -28,12 +28,10 @@ cargo build --release
%install
mkdir -p %{buildroot}%{_bindir}
cp ./target/release/bat %{buildroot}%{_bindir}
-ls %{buildroot}%{_bindir} -al
%files
%{_bindir}/%{name}
%doc README.md
-%{_mandir}/man1/%{name}.1.gz
%license LICENSE-MIT LICENSE-APACHE
%changelog