summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2005-12-20 21:05:34 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:47:22 +0300
commitbc2b90c07b5dbf2850698a4336bdd13384a43087 (patch)
tree72217b877138da9977fb16c36e800f23e3b2d5c2
parentdedb8169c4df522f1b9fe5e20e7828dd0861bf84 (diff)
downloadlibbsd-bc2b90c07b5dbf2850698a4336bdd13384a43087.tar.gz
Makefile: Fix typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)