Commit bc2b90c07b5dbf2850698a4336bdd13384a43087

Aurelien Jarno 2005-12-20T21:05:34

Makefile: Fix typo

1
2
3
4
5
6
7
8
9
10
11
12
13
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)