ubuntu-manual team mailing list archive
-
ubuntu-manual team
-
Mailing list archive
-
Message #04528
[Merge] lp:~popey/ubuntu-manual/fix-bug-1235206 into lp:ubuntu-manual
Alan Pope ㋛ has proposed merging lp:~popey/ubuntu-manual/fix-bug-1235206 into lp:ubuntu-manual.
Requested reviews:
Ubuntu Manual Team (ubuntu-manual)
Related bugs:
Bug #1235206 in Ubuntu Manual: "Can't build manual on 13.10"
https://bugs.launchpad.net/ubuntu-manual/+bug/1235206
For more details, see:
https://code.launchpad.net/~popey/ubuntu-manual/fix-bug-1235206/+merge/189274
--
https://code.launchpad.net/~popey/ubuntu-manual/fix-bug-1235206/+merge/189274
Your team Ubuntu Manual Team is requested to review the proposed merge of lp:~popey/ubuntu-manual/fix-bug-1235206 into lp:ubuntu-manual.
=== modified file 'pkgs/install-pkgs.sh'
--- pkgs/install-pkgs.sh 2013-06-29 18:13:19 +0000
+++ pkgs/install-pkgs.sh 2013-10-04 11:50:17 +0000
@@ -240,7 +240,7 @@
# If Ubuntu 12.10 or 13.04 is installed, we can use its TeX Live packages
if [ "$TEXLIVE_VERSION" == "0" ]; then
- if [ $(lsb_release -is) == "Ubuntu" -a \( $(lsb_release -rs) == "12.10" -o $(lsb_release -rs) == "13.04" \) ]; then
+ if [ $(lsb_release -is) == "Ubuntu" -a \( $(lsb_release -rs) == "12.10" -o $(lsb_release -rs) == "13.04" -o $(lsb_release -rs) == "13.10" \) ]; then
cecho $WARNING "Ubuntu $(lsb_release -rs) detected."
TEXLIVE_VERSION="ubuntu-2012"
fi
Follow ups