Re: git: f78f4879c494 - main - sysutils/debootstrap: Set +x to debootstrap
- In reply to: Neel Chauhan : "git: f78f4879c494 - main - sysutils/debootstrap: Set +x to debootstrap"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Feb 2023 17:55:34 UTC
Neel Chauhan <nc@FreeBSD.org> writes: > -DSDIR=$(DESTDIR)/usr/share/debootstrap > -+DSDIR=$(DESTDIR)%%DATADIR%% > ++DSDIR=$(DESTDIR)/usr/local/share/debootstrap Looks unrelated and likely breaks PREFIX != /usr/local support. Note, "git add -p" can be used to pick only desired parts without noise. Note2, "poudriere testport -P" can test build PREFIX != /usr/local.