From 251a975f7792e75f33fa257a7d0585835579cf54 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 24 Nov 2025 11:03:27 +0100 Subject: [PATCH] MRoved to tools --- x11-wm/phoc/phoc-0.51.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/phoc/phoc-0.51.0.ebuild b/x11-wm/phoc/phoc-0.51.0.ebuild index 0dddb79..b486249 100755 --- a/x11-wm/phoc/phoc-0.51.0.ebuild +++ b/x11-wm/phoc/phoc-0.51.0.ebuild @@ -77,7 +77,10 @@ src_configure() { src_install() { DESTDIR="${D}" meson_src_install - dobin "${S}"/helpers/scale-to-fit + dobin "${S}"/tools/scale-to-fit + dobin "${S}"/tools/auto-maximize + dobin "${S}"/tools/check-indent + dobin "${S}"/tools/scan-build } pkg_postinst() {