f147723
From 309e643b66e9b15f005109360c87f425c459e7b0 Mon Sep 17 00:00:00 2001
f147723
From: Ruben <ruben@rubenkerkhof.com>
f147723
Date: Sun, 17 Oct 2010 18:09:25 +0200
f147723
Subject: [PATCH] Create /etc
f147723
f147723
---
f147723
 configure.makefile |    1 +
f147723
 1 files changed, 1 insertions(+), 0 deletions(-)
f147723
f147723
diff --git a/configure.makefile b/configure.makefile
f147723
index c866804..aed7ca6 100644
f147723
--- a/configure.makefile
f147723
+++ b/configure.makefile
f147723
@@ -4,6 +4,7 @@ build:
f147723
 install:
f147723
 	install -d "%(bin)s"
f147723
 	install -d "%(lib)s"
f147723
+	install -d "%(etc)s"
f147723
 	install ajaxterm.bin "%(bin)s/ajaxterm"
f147723
 	install -m 644 ajaxterm.css ajaxterm.html ajaxterm.js qweb.py sarissa.js sarissa_dhtml.js utf8-escape.js "%(lib)s"
f147723
 	install -m 644 ajaxterm.conf "%(etc)s"
f147723
-- 
f147723
1.7.3.1
f147723