diff options
author | June McEnroe <june@causal.agency> | 2021-06-25 11:51:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-25 12:19:11 -0400 |
commit | cb62d92f5403ddb622d9ea395c1949282c027009 (patch) | |
tree | 7c695dda573faaee84ed77fb068cb23e49d020d4 /Makefile | |
parent | FreeBSD: Limit rights on log directory (diff) | |
download | catgirl-cb62d92f5403ddb622d9ea395c1949282c027009.tar.gz catgirl-cb62d92f5403ddb622d9ea395c1949282c027009.zip |
Set MANDIR in chroot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b285e8c..373e7d5 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ chroot.tar: catgirl catgirl.1 scripts/chroot-prompt.sh scripts/chroot-man.sh cp -af /usr/share/locale root/usr/share cp -fp /usr/share/misc/termcap.db root/usr/share/misc cp -fp /rescue/sh /usr/bin/mandoc /usr/bin/less root/bin - ${MAKE} install DESTDIR=root PREFIX=/usr + ${MAKE} install DESTDIR=root PREFIX=/usr MANDIR=/usr/share/man install scripts/chroot-prompt.sh root/usr/bin/catgirl-prompt install scripts/chroot-man.sh root/usr/bin/man tar -c -f chroot.tar -C root bin etc home lib libexec usr |