| Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
The dangling OVMF compat symlinks (targets live in the edk2-ovmf
package, not this one) tripped the "find -L" perm-normalize block, whose
symlink deref hit them with chmod and aborted the build under set -e.
Move symlink creation after that block, just before makepkg.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Cowork launches a QEMU VM and probes for OVMF UEFI firmware at the
Debian paths /usr/share/OVMF/OVMF_CODE{,_4M}.fd, which do not exist on
Slackware. Ship compatibility symlinks pointing at edk2-ovmf-x64, add
edk2-ovmf to REQUIRES, and document the Cowork deps and kvm group in
the README. Bump BUILD to 2.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
The deb buries a 0644 native module (node-pty pty.node) under
resources/app.asar.unpacked/ with a .node suffix; the previous *.so*
maxdepth-1 chmod missed it and sbopkglint 20-arch failed. Sweep every
ELF in $PKG by content instead.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|