From 6ac9c51bde0797889f46cab41038aa9ee54fbf85 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 18:58:02 -0400 Subject: [PATCH] xob: remove unnecessary PREFIX=, clean up --- srcpkgs/xob/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xob/template b/srcpkgs/xob/template index dfac3851302..f988c84a0e7 100644 --- a/srcpkgs/xob/template +++ b/srcpkgs/xob/template @@ -3,7 +3,7 @@ pkgname=xob version=0.3 revision=2 build_style=gnu-makefile -make_build_args="prefix=/usr sysconfdir=/etc" +make_build_args="sysconfdir=/etc" make_install_args="$make_build_args" make_use_env=yes hostmakedepends="pkg-config"