From 4f9b929fd64fcefcc99e9e88c1074f5be08fbdde Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 26 May 2025 22:21:35 -0500 Subject: [PATCH] fix copy-paste error for polycat-config --- polycat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/polycat.spec b/polycat.spec index a2fda64..75a7d0c 100644 --- a/polycat.spec +++ b/polycat.spec @@ -23,7 +23,7 @@ mkdir -p %{buildroot}%{_bindir} install -Dm755 ./polycat %{buildroot}%{_bindir}/polycat mkdir -p %{buildroot}%{datadir}/fonts/polycat/ install -Dm644 ./polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf -mkdir -p %{buildroot}/usr/local/share/polycat/polycat-config +mkdir -p %{buildroot}/usr/local/share/polycat/ install -Dm644 ./polycat-config %{buildroot}/usr/local/share/polycat/polycat-config %files @@ -32,6 +32,9 @@ install -Dm644 ./polycat-config %{buildroot}/usr/local/share/polycat/polycat-con /usr/local/share/polycat/polycat-config %changelog +* Mon May 26 2025 askiiart +- fix copy-paste error for polycat-config + * Mon May 26 2025 askiiart - Update to 2.0