pn

the website
git clone ssh://anon@git.pastanoggin.com
Log | Files | Refs | README | LICENSE

commit b312f423d6d44ba5588ba3c261d1a681498697a2
parent 0c611a4f094e401cc249c21a671faba3f2c9df75
Author: noodle <noodle@pastanoggin.com>
Date:   Tue, 10 Feb 2026 05:17:43 +0000

change awk binary chroot target to /bin

Diffstat:
MMakefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,8 +2,7 @@ PREFIX = /var/www HTDOCSDIR = /htdocs/pastanoggin.com install: - install -d -o root -g daemon ${DISTDIR}${PREFIX}/usr/bin - install -o root -g bin -m 555 /usr/bin/awk ${DESTDIR}${PREFIX}/usr/bin + install -o root -g bin -m 555 /usr/bin/awk ${DESTDIR}${PREFIX}/bin install -d -o root -g daemon ${DISTDIR}${PREFIX}/usr/lib install -o root -g bin -m 444 /usr/lib/libm.so.* ${DESTDIR}${PREFIX}/usr/lib install -o root -g bin -m 444 /usr/lib/libc.so.* ${DESTDIR}${PREFIX}/usr/lib