diff options
author | June McEnroe <june@causal.agency> | 2018-09-10 19:47:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-10 19:47:11 -0400 |
commit | a0ff0d5c46d439341d2d135a9864a9e5f8ff9055 (patch) | |
tree | 331a00ab6bbe6490e3414cbf27fea44a516346d9 | |
parent | Set LESSSECURE=1 in man.sh (diff) | |
download | catgirl-a0ff0d5c46d439341d2d135a9864a9e5f8ff9055.tar.gz catgirl-a0ff0d5c46d439341d2d135a9864a9e5f8ff9055.zip |
Depend on man.sh for chroot.tar target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f0dcebf..4f70876 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ uninstall: rm -f $(PREFIX)/bin/chatte rm -f $(MANPATH)/man1/chatte.1 -chroot.tar: chatte chatte.1 +chroot.tar: chatte chatte.1 man.sh install -d -o root -g wheel \ root \ root/bin \ |