From 5fa3e52ae4b81aefb041214aacc6b2efe6838f9b Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Tue, 21 Sep 2021 22:09:48 -0500 Subject: [PATCH] Remove unused changes on rules file for openssh. --- helpers/make-openssh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helpers/make-openssh b/helpers/make-openssh index 844ce9410..c289e973e 100644 --- a/helpers/make-openssh +++ b/helpers/make-openssh @@ -23,9 +23,7 @@ NETINST=true . ./config 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 -sed "s%^DISTRIBUTOR :=.*%DISTRIBUTOR := Trisquel GNU/Linux%" -i debian/rules +sed "s|^SSH_EXTRAVERSION.*|SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION|" -i debian/rules changelog "Rebranded for Trisquel" -- GitLab