Update helper
This commit is contained in:
parent
c7eeb06dbc
commit
8b3aea08bd
1 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Santiago Rodríguez <santi@trisquel.info>
|
# Copyright (C) 2011 Santiago Rodríguez <santi@trisquel.info>
|
||||||
|
# Copyright (C) 2019 Luis Guzman <ark@switnet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -17,14 +18,15 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=2
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
patch -p0 < $DATA/asunder.4061-aac.patch
|
patch -p0 < $DATA/asunder.4062-aac.patch
|
||||||
patch -p0 < $DATA/asunder.4061-monkey.patch
|
patch -p0 < $DATA/asunder.4062-monkey.patch
|
||||||
|
|
||||||
changelog "Removed non-free formats. Closes #4061"
|
|
||||||
|
changelog "Fixes patches for Etiona"
|
||||||
|
|
||||||
#BUG: http://trisquel.info/es/issues/4061
|
#BUG: http://trisquel.info/es/issues/4061
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue