summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-06 08:58:29 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-06 08:58:29 +0000
commitdde5b0b01e6271b3cc5f9faa9423f8137df9d63e (patch)
treebdeeaf4f49d3c70ec86300afbe54766faa23533b
parent2ec95d96b9ee162b9e13c842b7d3ee85082fa827 (diff)
automatic import of bat
-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