change component contrib non-free to multiverse

This commit is contained in:
谢炜 2018-09-19 14:25:00 +08:00
parent 3c3c532a7d
commit d449736742
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View File

@ -1,7 +1,7 @@
live-build (3.0~a57-1ubuntu33k36) bionic; urgency=medium
live-build (3.0~a57-1ubuntu33k37) bionic; urgency=medium
[ 谢炜 ]
* change component contrib,non-free to restricted,multiverse
* change component contrib,non-free to multiverse
-- Xie Wei <xiewei@kylinos.cn> Tue, 18 Sep 2018 17:17:09 +0800

View File

@ -17,7 +17,7 @@ index 836fd8b..ad9c2aa 100755
- SECTION="contrib"
+ if [ "${LB_MODE}" = "ubuntu" ]
+ then
+ SECTION="restricted"
+ SECTION="multiverse"
+ else
+ SECTION="contrib"
+ fi