From ec8be56785855faa0ea5dbd7ba026aa0a4cdbff9 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 20 Nov 2008 16:04:52 +0100 Subject: create directory --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3