aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-11-20 16:04:52 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-11-20 16:05:50 +0100
commitec8be56785855faa0ea5dbd7ba026aa0a4cdbff9 (patch)
tree16a0cd0319f26f1410ca07a07f517bbd157fa61d
parentd51b85a67115b8cbff84ece0d1855b7fccaf3290 (diff)
create directory
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e6f950..5491b57 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,9 @@ PYFILES=$(patsubst %,%.py,$(PLUGINS) $(DETECT))
all: $(DETECT)
install: build
- install -d $(DESTDIR)$(PLUGINDIR)
+ install -d $(DESTDIR)$(PLUGINDIR)
install -m 755 $(PLUGINS) $(DESTDIR)$(PLUGINDIR)
+ install -d $(DESTDIR)$(SBINDIR)
install -m 755 $(DETECT) $(DESTDIR)$(SBINDIR)
$(DETECT): $(DETECT).in