From 3d104dea6a70a715bc7bd36c14d2b5e5416dd7df Mon Sep 17 00:00:00 2001
From: Lucas Manika Koeb <lmk08@c3sl.ufpr.br>
Date: Mon, 3 Jun 2013 09:27:58 -0300
Subject: [PATCH] le4/light: Add newline to the end of create-iso.conf

The lack of a newline at the end of the file prevented
the TEMPLATES variable from being set.

Signed-off-by: Lucas Manika Koeb <lmk08@c3sl.ufpr.br>
---
 conf/le4/light/create-iso.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/le4/light/create-iso.conf b/conf/le4/light/create-iso.conf
index 2fd9c0c..0ca99ba 100644
--- a/conf/le4/light/create-iso.conf
+++ b/conf/le4/light/create-iso.conf
@@ -15,4 +15,4 @@ CHROOTDIR="$TMP/live-image"
 MOUNTLIST="$TMP/mountlist"
 SQUASHIMAGE="$PREFIX/squashfs-root"
 DISTROISO="$PREFIX/iso/DISTNAME/$DISTRO-BASENAME-i386"
-TEMPLATES="$PREFIX/templates/DISTNAME"
\ No newline at end of file
+TEMPLATES="$PREFIX/templates/DISTNAME"
-- 
GitLab