diff --git a/helpers/make-openssh b/helpers/make-openssh index 6641c02..994cb2f 100644 --- a/helpers/make-openssh +++ b/helpers/make-openssh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011 Rubén Rodríguez +# Copyright (C) 2011-2016 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,7 +23,8 @@ VERSION=1 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%^SSH_EXTRAVERSION.*%SSH_EXTRAVERSION := Trisquel_GNU/Linux_$REVISION-$VERSION%" -i debian/rules +sed "s%^DISTRIBUTOR :=.*%DISTRIBUTOR := Trisquel GNU/Linux%" -i debian/rules changelog "Rebranded for Trisquel"