summaryrefslogtreecommitdiff
path: root/stub
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-04-04 13:31:08 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-04-04 13:31:08 +0000
commit82eb0e5f6f0fb9874e9d4d7c9f910c482cf4b5df (patch)
tree8238e43cf423839ba630fdac636e73ba38a717ca /stub
parent6910702de3f08873120f61ec7f336a7eec84e2a3 (diff)
downloadi2c-tools-82eb0e5f6f0fb9874e9d4d7c9f910c482cf4b5df.tar.gz
Fix directory creation.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5166 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'stub')
-rw-r--r--stub/Module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/stub/Module.mk b/stub/Module.mk
index 27ba190..8ebcfcb 100644
--- a/stub/Module.mk
+++ b/stub/Module.mk
@@ -1,6 +1,6 @@
# Helper for the Linux i2c-stub bus driver
#
-# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
#
# Licensed under the GNU General Public License.
@@ -11,7 +11,7 @@ STUB_DIR := stub
#
install-stub: $(STUB_DIR)/i2c-stub-from-dump
- $(INSTALL_DIR) $(DESTDIR)$(bindir)
+ $(INSTALL_DIR) $(DESTDIR)$(sbindir) $(DESTDIR)$(man8dir)
$(INSTALL_PROGRAM) $(STUB_DIR)/i2c-stub-from-dump $(DESTDIR)$(sbindir)
$(INSTALL_DATA) $(STUB_DIR)/i2c-stub-from-dump.8 $(DESTDIR)$(man8dir)