diff --git a/Makefile b/Makefile index b83da84..ddcae17 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ install: libs install -m644 $(LIB_STATIC) $(DESTDIR)/usr/lib/ install -m644 $(LIB_SHARED) $(DESTDIR)/usr/lib/ install -m644 $(LIB_INCLUDES) $(DESTDIR)/usr/include/bsd/ - install -m644 $(LIB_MANS $(DESTDIR)/usr/share/man/man3) + install -m644 $(LIB_MANS) $(DESTDIR)/usr/share/man/man3 cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SHARED_SO) cd $(DESTDIR)/usr/lib/ ; ln -fs $(LIB_SHARED) $(LIB_SONAME)