From c0066017407b5705e326deeff1e4c64c61f6905d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 15:36:42 -0400 Subject: [PATCH] nyxt: remove unnecessary PREFIX=, clean up not revbumping due to build failure (#38835) --- srcpkgs/nyxt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template index 8fdd7215cd9..d3d1c20fe9c 100644 --- a/srcpkgs/nyxt/template +++ b/srcpkgs/nyxt/template @@ -21,8 +21,7 @@ nopie=yes nocross="Cross-compilation fails due to package iolib/syscalls setting incorrect compiler flags" shlib_requires="libwebkit2gtk-4.0.so.37 libfixposix.so.3 libgirepository-1.0.so.1" -do_install() { - make PREFIX=/usr DESTDIR=${DESTDIR} install +post_install() { vlicense licenses/ASSET-LICENSE vlicense licenses/SOURCE-LICENSE }