Fix partial upgrade button for etiona trisquel-release-upgrader
This commit is contained in:
parent
eca963e76a
commit
ac75c7ac89
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
# 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=13
|
VERSION=14
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
@ -75,6 +75,8 @@ sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' hwe-support-status
|
||||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' ubuntu-security-status
|
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' ubuntu-security-status
|
||||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' tests/test_meta_release_core.py
|
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' tests/test_meta_release_core.py
|
||||||
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.py
|
sed -i 's|UbuntuDistroInfo|TrisquelDistroInfo|g' UpdateManager/Core/MetaRelease.py
|
||||||
|
#Fix partial upgrade button
|
||||||
|
sed -i '/do-partial-upgrade/s|ubuntu-release|trisquel-release|' UpdateManager/Dialogs.py
|
||||||
|
|
||||||
changelog "Compiled for Trisquel"
|
changelog "Compiled for Trisquel"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue