summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-03 14:30:12 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-03 14:30:12 -0400
commita7ab628cc9c2656a3d2f7d8c2b1fae9aeafae272 (patch)
tree9e6cbb1814fd990ac2fc2dfceb535d34df8ab0b8 /chpass/Makefile
parentf3dab068fce37270e5e4e1a00e5a44e30f00baf7 (diff)
downloadpw-darwin-a7ab628cc9c2656a3d2f7d8c2b1fae9aeafae272.tar.gz
pw-darwin-a7ab628cc9c2656a3d2f7d8c2b1fae9aeafae272.tar.zst
pw-darwin-a7ab628cc9c2656a3d2f7d8c2b1fae9aeafae272.zip
Assume manpages are compressed with zst
Diffstat (limited to 'chpass/Makefile')
-rw-r--r--chpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 1f88e51..1715a4c 100644
--- a/chpass/Makefile
+++ b/chpass/Makefile
@@ -33,8 +33,8 @@ install-chpass: chpass chpass.1
ln -sf chpass $(DESTDIR)/$(PREFIX)/bin/chfn
ln -sf chpass $(DESTDIR)/$(PREFIX)/bin/chsh
$(GINSTALL) -Dm644 chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chpass.1
- ln -sf chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chfn.1
- ln -sf chpass.1 $(DESTDIR)/$(PREFIX)/share/man/man1/chsh.1
+ ln -sf chpass.1.zst $(DESTDIR)/$(PREFIX)/share/man/man1/chfn.1
+ ln -sf chpass.1.zst $(DESTDIR)/$(PREFIX)/share/man/man1/chsh.1
clean:
rm -f chpass $(SRC:%.c=%.o)