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/
|
mkdir -p %{buildroot}%{datadir}/fonts/polycat/
|
||||||
install -Dm644 ./res/polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf
|
install -Dm644 ./res/polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/polycat
|
%{_bindir}/polycat
|
||||||
/usr/share/fonts/polycat/polycat.ttf
|
%{_datadir}/fonts/polycat/polycat.ttf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jan 06 2025 askiiart <dev@askiiart.net>
|
* Mon Jan 06 2025 askiiart <dev@askiiart.net>
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# This is just a script to update the Version in `polycat.spec`
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue