aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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