From 07457a00f852880e9c386238d3e4578192877ae7 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 4 Sep 2010 11:34:53 +0200 Subject: [PATCH] Aggiustato makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 118bf90..367b891 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ SCRIPT_FILE=99_poisson_vpn.py -NM_DISPATCHER_DIR=/etc/NetworkManager/dispatcher.d/ +NM_DISPATCHER_DIR=$(DESTDIR)/etc/NetworkManager/dispatcher.d/ all: @echo "" @@ -11,6 +11,7 @@ all: @echo "" install: + mkdir -p $(NM_DISPATCHER_DIR) install -m 755 -o root $(SCRIPT_FILE) $(NM_DISPATCHER_DIR) uninstall: -- 2.1.4