From 8b406e11651e258671b40addf9fedb284a4b5fdf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 20 Mar 2008 02:06:29 +0000 Subject: create /etc/draklive-install.d and /etc/draklive-install.d/sysconfig --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4a7a0c5..e40a9f7 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,14 @@ NAME = draklive-install VERSION = 1.3 +dli_confdir = ${sysconfdir}/$(NAME).d +dli_sysconfigdir = $(dli_confdir)/sysconfig + all: make -C po install: + install -d $(dli_sysconfigdir) make -C po install check: -- cgit v1.2.1