blob: c0dc4e62325af4913d574a11b00816b6776bff5a (
plain)
1
2
3
4
5
6
7
8
9
|
name=bmake
version=20260619
release=1
source="https://www.crufty.net/ftp/pub/sjg/${name}-${version}.tar.gz
separate-tests.patch"
prebuild() {
sed -i unit-tests/Makefile -e "/deptgt-delete_on_error/d"
}
|