[svn] r5319 - trunk/tools/dstat
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat Apr 28 10:31:07 CEST 2007
Author: dag
Date: 2007-04-28 10:31:07 +0200 (Sat, 28 Apr 2007)
New Revision: 5319
Modified:
trunk/tools/dstat/Makefile
Log:
Fix small typo
Modified: trunk/tools/dstat/Makefile
===================================================================
--- trunk/tools/dstat/Makefile 2007-04-28 08:18:24 UTC (rev 5318)
+++ trunk/tools/dstat/Makefile 2007-04-28 08:31:07 UTC (rev 5319)
@@ -22,7 +22,7 @@
install -Dp -m0755 plugins/dstat_*.py $(DESTDIR)$(datadir)/dstat/
# install -d -m0755 $(DESTDIR)$(datadir)/dstat/examples/
# install -Dp -m0755 examples/*.py $(DESTDIR)$(datadir)/dstat/examples/
- install -Dp -m0644 docs/dstat.1 $(DESTDIR)$(manbdir)/man1/dstat.1
+ install -Dp -m0644 docs/dstat.1 $(DESTDIR)$(mandir)/man1/dstat.1
docs-install:
$(MAKE) -C docs install
More information about the svn-commits
mailing list