summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/90-patch_misc_files.inc
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer/includes/90-patch_misc_files.inc')
-rw-r--r--satellit_installer/includes/90-patch_misc_files.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/satellit_installer/includes/90-patch_misc_files.inc b/satellit_installer/includes/90-patch_misc_files.inc
index bbb3895..45c220f 100644
--- a/satellit_installer/includes/90-patch_misc_files.inc
+++ b/satellit_installer/includes/90-patch_misc_files.inc
@@ -39,3 +39,9 @@ patch_java() {
# java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.AtkWrapper
sed -i -e '/^assistive_technologies=/s/^/#/' /etc/java-*-openjdk/accessibility.properties &> /dev/null
}
+
+set_version_string() {
+ echo -n "# Setting version string..."
+ echo 'VERSION="'$VERSION'"' >> "$CONFIGDIR"/config
+ echo "ok."
+}