summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-05-14 07:20:44 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-16 06:19:24 -0400
commit3ce663321504f6bc551c0123b49afe5adb94acab (patch)
tree989f51143584e1d2ea6c39d467667cece061cc7a
parentbba7d46bf84f27f095d5f114f7111e83381d47e2 (diff)
-rwxr-xr-xmk2
-rw-r--r--src/modules/welcome/welcome.conf8
2 files changed, 5 insertions, 5 deletions
diff --git a/mk b/mk
index acea9b441..ad8c1ccd4 100755
--- a/mk
+++ b/mk
@@ -44,7 +44,7 @@ fi
print "\n--- running cmake ---\n"
sed -i "s|_BUILD_DATE_|$(date +%Y.%m)|" src/branding/parabola/branding.desc
cd ./build
-cmake -DCMAKE_BUILD_TYPE=Debug \
+cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DSKIP_MODULES="contextualprocess dracut dracutlukscfg dummycpp dummyprocess \
diff --git a/src/modules/welcome/welcome.conf b/src/modules/welcome/welcome.conf
index 35ccd15e5..098f734c0 100644
--- a/src/modules/welcome/welcome.conf
+++ b/src/modules/welcome/welcome.conf
@@ -56,7 +56,7 @@ requirements:
# but remember to use a URL that returns full data **and** to
# use a selector that will pick the country, not the timezone.
-geoip:
- style: "xml"
- url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
- selector: "CountryCode" # blank uses default, which is wrong
+# geoip:
+# style: "xml"
+# url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
+# selector: "CountryCode" # blank uses default, which is wrong