Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1cebeae6 authored by Robert Nelson's avatar Robert Nelson
Browse files

ubuntu: drop the ./ubuntu-ports extra


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3c586c7c
Branches
Tags
No related merge requests found
...@@ -79,7 +79,7 @@ check_defines () { ...@@ -79,7 +79,7 @@ check_defines () {
;; ;;
ubuntu) ubuntu)
deb_components=${deb_components:-"main universe multiverse"} deb_components=${deb_components:-"main universe multiverse"}
deb_mirror=${deb_mirror:-"ports.ubuntu.com/ubuntu-ports"} deb_mirror=${deb_mirror:-"ports.ubuntu.com/"}
;; ;;
esac esac
......
...@@ -107,7 +107,7 @@ check_defines () { ...@@ -107,7 +107,7 @@ check_defines () {
deb_mirror="deb.debian.org/debian" deb_mirror="deb.debian.org/debian"
;; ;;
ubuntu) ubuntu)
deb_mirror="ports.ubuntu.com/ubuntu-ports" deb_mirror="ports.ubuntu.com/"
;; ;;
esac esac
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment