From 626177d2e5681a712dd496560aec066c39d5d64f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 15:34:57 -0400 Subject: [PATCH] quickjs: remove unnecessary PREFIX=, clean up --- srcpkgs/quickjs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/quickjs/template b/srcpkgs/quickjs/template index 1bfbdb43242..2c0bd950893 100644 --- a/srcpkgs/quickjs/template +++ b/srcpkgs/quickjs/template @@ -5,7 +5,7 @@ revision=3 wrksrc="${pkgname}-${version//./-}" build_style=gnu-makefile make_use_env=true -make_build_args="CONFIG_LTO= prefix=/usr" +make_build_args="CONFIG_LTO=" make_install_args="${make_build_args}" short_desc="Small and embeddable Javascript engine" maintainer="Leah Neukirchen "