summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2017-04-19 18:55:11 +0200
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-04-19 18:55:11 +0200
commitf6187859c7112eb7e917a431333ff73bbdc9e2c7 (patch)
treea3cc729bfc50e3a09d0e010b876bdd56e990fc83
parentur-profile: make a minimal install of LabOne on the lab computers (diff)
downloaddilfridge-f6187859c7112eb7e917a431333ff73bbdc9e2c7.tar.gz
dilfridge-f6187859c7112eb7e917a431333ff73bbdc9e2c7.tar.bz2
dilfridge-f6187859c7112eb7e917a431333ff73bbdc9e2c7.zip
ur-profile: fix syntax
-rw-r--r--profiles/uni-regensburg/make.defaults2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/uni-regensburg/make.defaults b/profiles/uni-regensburg/make.defaults
index 6a28c7d..451403a 100644
--- a/profiles/uni-regensburg/make.defaults
+++ b/profiles/uni-regensburg/make.defaults
@@ -21,4 +21,4 @@ SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://de-mirror.org/distro/gentoo/ ftp://de-mirror.org/distro/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.fi.muni.cz/pub/linux/gentoo/"
# since we use LabOne we also need to accept its license
-ACCEPT_LICENSE+=" zi-labone "
+ACCEPT_LICENSE="${ACCEPT_LICENSE} zi-labone"