This is not really needed or useful in most cases, also not sure whether
it's actually even correct in all cases.
rm -r ./home
########################################################################
-# Determine the version of the app; also include needed glibc version
+# Determine the version of the app
########################################################################
-GLIBC_NEEDED=$(glibc_needed)
-VERSION="NIGHTLY.glibc$GLIBC_NEEDED"
+VERSION="NIGHTLY"
echo $VERSION
########################################################################