From d4564ea9357782d3ab9da1f8828f27ba3fa85ba8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 28 Jan 2013 20:08:51 +0100
Subject: [PATCH] Updated openssh

---
 helpers/make-openssh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helpers/make-openssh b/helpers/make-openssh
index 2ab459aa..6641c02f 100644
--- a/helpers/make-openssh
+++ b/helpers/make-openssh
@@ -21,8 +21,8 @@ VERSION=1
 
 . ./config
 
-sed 's:Ubuntu:Trisquel\ GNU/Linux:' -i debian/rules
-sed 's:lsb_release -is:echo $(lsb_release -is) GNU/Linux:' -i debian/rules
+sed 's:Ubuntu:Trisquel\ GNU/Linux:g' -i debian/rules
+#sed 's:lsb_release -is:echo $(lsb_release -is) GNU/Linux:' -i debian/rules
 sed "s%^SSH_EXTRAVERSION.*%SSH_EXTRAVERSION := Trisquel_GNU/linux_$REVISION-$VERSION%" -i debian/rules
 
 changelog "Rebranded for Trisquel"
-- 
GitLab