From 1d5ac1f6e595f6778fc765ef6ac07c47c69adc3b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 5 Jul 2025 20:24:05 -0400 Subject: [PATCH] gmrun: use correct build_style --- srcpkgs/gmrun/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gmrun/template b/srcpkgs/gmrun/template index f00ea228cce..0ce73335b22 100644 --- a/srcpkgs/gmrun/template +++ b/srcpkgs/gmrun/template @@ -2,7 +2,8 @@ pkgname=gmrun version=1.4w revision=1 -build_style=gnu-configure +build_style=configure +configure_args="--prefix=/usr --sysconfdir=/etc" hostmakedepends="pkg-config" makedepends="gtk+3-devel" short_desc="Run utility featuring a slim design and bash style auto-completion"