Skip to content
Snippets Groups Projects
Commit f66ba240 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

make-openssh: improved branding replacements

parent 00a4e611
No related branches found
No related tags found
1 merge request!183Fix geoip-database-contrib
#!/bin/sh
#
# Copyright (C) 2011 Rubén Rodríguez <ruben@trisquel.info>
# Copyright (C) 2011-2016 Ruben Rodriguez <ruben@trisquel.info>
#
# 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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment