From d6da31829d227a274dfcfb0e797fe713c07bf90a Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 25 Feb 2025 23:54:38 -0600 Subject: [PATCH] test --- polycat.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polycat.spec b/polycat.spec index 49fe870..814f24e 100644 --- a/polycat.spec +++ b/polycat.spec @@ -14,8 +14,10 @@ A runcat module for polybar (or waybar) written in C++ %prep tar --zstd -xf ${COMPILED_DIR:-/compiled}/polycat/polycat.tar.zst +pwd %install +pwd cd ./polycat/ mkdir -p %{buildroot}%{_bindir} install -Dm755 ./polycat %{buildroot}%{_bindir}/polycat