summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/distribution.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/distribution.inc b/helper/distribution.inc
index 51a01eae..5c371fcf 100644
--- a/helper/distribution.inc
+++ b/helper/distribution.inc
@@ -1,2 +1,4 @@
# Get simple distribution name
+# This is not also being used via ./openslx, not only via ./mltk,
+# so it has not been moved to remote/includes.
SYS_DISTRIBUTION=$(lsb_release -is | tr '[A-Z]' '[a-z]' | sed -r 's/[^a-z0-9]//g;s/project$//g;s/scientificsl$/scientific/g')