change component contrib non-free to multiverse
This commit is contained in:
parent
3c3c532a7d
commit
d449736742
|
@ -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
|
-- Xie Wei <xiewei@kylinos.cn> Tue, 18 Sep 2018 17:17:09 +0800
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ index 836fd8b..ad9c2aa 100755
|
||||||
- SECTION="contrib"
|
- SECTION="contrib"
|
||||||
+ if [ "${LB_MODE}" = "ubuntu" ]
|
+ if [ "${LB_MODE}" = "ubuntu" ]
|
||||||
+ then
|
+ then
|
||||||
+ SECTION="restricted"
|
+ SECTION="multiverse"
|
||||||
+ else
|
+ else
|
||||||
+ SECTION="contrib"
|
+ SECTION="contrib"
|
||||||
+ fi
|
+ fi
|
||||||
|
|
Loading…
Reference in New Issue