]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Makefile: Fix typo
authorAurelien Jarno <aurel32@debian.org>
Tue, 20 Dec 2005 21:05:34 +0000 (21:05 +0000)
committerGuillem Jover <guillem@hadrons.org>
Tue, 6 May 2008 05:47:22 +0000 (08:47 +0300)
Makefile

index b83da84b25a3eca6434ff4a14e78d7c3167fddd8..ddcae177f5f60423053d0a3425783904899172fa 100644 (file)
--- 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)