blob: 89e79ecea296e82b708e41363e7a8d867647e7ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- saslauthd/Makefile.am.orig Thu Dec 20 20:31:19 2001
+++ saslauthd/Makefile.am Tue Sep 10 01:26:07 2002
@@ -7,5 +7,5 @@
INCLUDES = -I$(top_srcdir)/include
install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(mandir)/cat8
- $(INSTALL_DATA) saslauthd.8 $(DESTDIR)$(mandir)/cat8/saslauthd.8
+ $(mkinstalldirs) $(DESTDIR)$(mandir)/man8
+ $(INSTALL_DATA) saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8
|