With --cleanbuild and -f options added after having erased ~/share/yay/edbrowse-git and ~/.share/yay/quickjs I got: ==> Making package: edbrowse-git 3.8.7.r55.g3b8a1f45-1 (Fri 24 Nov 2023 07:17:41 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating edbrowse-git git repo... ==> Validating source files with md5sums... edbrowse-git ... Skipped ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of edbrowse-git git repo... Cloning into 'edbrowse-git'... done. ==> Starting prepare()... ==> Starting pkgver()... ==> Removing existing $pkgdir/ directory... ==> Starting build()... ==> Entering fakeroot environment... ==> Starting package()... mkdir -p -m 755 /home/jude/builds/edbrowse-git/pkg/edbrowse-git/usr/bin 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... -- Jude <jdashiel at panix dot com> "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Sat, 25 Nov 2023, Lone_Wolf wrote: > > 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 >