From 411bb0874960da1b12461e4c3a26051d0115e02b Mon Sep 17 00:00:00 2001 From: Mason Hock <mason@masonhock.com> Date: Fri, 6 Sep 2019 23:15:00 -0700 Subject: [PATCH] modify manpage for trisquel --- helpers/make-apt-mirror | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/helpers/make-apt-mirror b/helpers/make-apt-mirror index 37c82b94..a5f6b110 100644 --- a/helpers/make-apt-mirror +++ b/helpers/make-apt-mirror @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2012 Santiago RodrÃguez <santi@trisquel.info> +# Copyright (C) 2019 Mason Hock <mason@masonhock.com> # # 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 @@ -17,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config @@ -25,5 +26,14 @@ cp $DATA/Trisquel-mirror.list debian/ changelog "Added config for Trisquel GNU/Linux" +sed 's/Debian or Ubuntu/Trisquel/' -i apt-mirror +sed 's/Debian/Trisquel/g' -i apt-mirror +sed 's/debian/trisquel/g' -i apt-mirror +sed "s/stable/$CODENAME/g" -i apt-mirror +sed 's/ contrib//g' -i apt-mirror +sed 's/ non-free//g' -i apt-mirror + +changelog "Update manpage for Trisquel" + compile -- GitLab