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

Merge branch 'make-apt-mirror' into 'etiona'

fix non-FSDG documentation in apt-mirror

See merge request trisquel/package-helpers!245
parents 9e226bca 411bb087
No related branches found
No related tags found
No related merge requests found
#!/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
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