On 24-11-2023 23:45, Jude DaShiell wrote:
install -m755 edbrowse /home/jude/builds/edbrowse-git/pkg/edbrowse-git/usr/bin
install: cannot stat 'edbrowse': No such file or directory
make: *** [makefile:82: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...


That file should exist in $srcdir/$pkgname/src  when package() is run.

Try adding --cleanbuild  to the makepkg command line to ensure the build starts fresh.

LW