diff --git a/srcpkgs/mbpfan/files/mbpfan/run b/srcpkgs/mbpfan/files/mbpfan/run index 68375e4eb3..a876b72584 100644 --- a/srcpkgs/mbpfan/files/mbpfan/run +++ b/srcpkgs/mbpfan/files/mbpfan/run @@ -1,3 +1,3 @@ #!/bin/sh exec 2>&1 -exec chpst -b mbpfan -f +exec mbpfan -f diff --git a/srcpkgs/mbpfan/template b/srcpkgs/mbpfan/template index 9d6815f491..56cd1d0f47 100644 --- a/srcpkgs/mbpfan/template +++ b/srcpkgs/mbpfan/template @@ -1,7 +1,7 @@ # Template file for 'mbpfan' pkgname=mbpfan version=1.9.1 -revision=1 +revision=2 only_for_archs="x86_64 i686 x86_64-musl i686-musl" #Package is restricted to these arches because it's Macbook-specific and Macbooks only have these arches. build_style=gnu-makefile nopie="YES" #Hardening is disabled because it causes buffer overflow errors with this version of mbpfan. A more elegant solution would be patching the source files themselves.