From 52caab6a8ba7dd24a11e0fa8dc11970f47cf041c Mon Sep 17 00:00:00 2001
From: Lucas Manika Koeb <lmk08@c3sl.ufpr.br>
Date: Tue, 25 Sep 2012 15:03:19 -0300
Subject: [PATCH] le-conf: Change the system codename on /etc/lsb-release back
 to precise

This file is used to generate the /etc/apt/sources.list file, and if the
system codename is wrong here none of the ubuntu repositories will be found.

Signed-off-by: Lucas Manika Koeb <lmk08@c3sl.ufpr.br>
---
 conf/pacote/etc/lsb-release | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/pacote/etc/lsb-release b/conf/pacote/etc/lsb-release
index 4b4fb104..27a1183b 100644
--- a/conf/pacote/etc/lsb-release
+++ b/conf/pacote/etc/lsb-release
@@ -1,4 +1,4 @@
-DISTRIB_ID=Linux Educacional
+DISTRIB_ID="Linux Educacional"
 DISTRIB_RELEASE=5.0
-DISTRIB_CODENAME=le5
+DISTRIB_CODENAME=precise
 DISTRIB_DESCRIPTION="Linux Educacional 5.0"
-- 
GitLab