minor improvements
This commit is contained in:
parent
c1866333b2
commit
d2185a25fa
2 changed files with 4 additions and 3 deletions
|
@ -27,10 +27,9 @@ install -Dm755 ./redhat-linux-build/polycat %{buildroot}%{_bindir}/polycat
|
|||
mkdir -p %{buildroot}%{datadir}/fonts/polycat/
|
||||
install -Dm644 ./res/polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf
|
||||
|
||||
|
||||
%files
|
||||
/usr/bin/polycat
|
||||
/usr/share/fonts/polycat/polycat.ttf
|
||||
%{_bindir}/polycat
|
||||
%{_datadir}/fonts/polycat/polycat.ttf
|
||||
|
||||
%changelog
|
||||
* Mon Jan 06 2025 askiiart <dev@askiiart.net>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# This is just a script to update the Version in `polycat.spec`
|
||||
|
||||
set -ex
|
||||
DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue