summaryrefslogtreecommitdiffstats
path: root/examples/gui/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/config/build.cfg')
-rw-r--r--examples/gui/config/build.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg
index 3aa0372..8b3c999 100644
--- a/examples/gui/config/build.cfg
+++ b/examples/gui/config/build.cfg
@@ -72,7 +72,9 @@ my $config = {
'dkms-broadcom-wl',
'dkms-nvidia340', 'x11-driver-video-nvidia340',
'dkms-nvidia390', 'x11-driver-video-nvidia390',
- 'dkms-nvidia-current', 'x11-driver-video-nvidia-current',
+ if_($arch eq 'x86_64',
+ 'dkms-nvidia-current', 'x11-driver-video-nvidia-current',
+ ),
],
langs_always => [ 'en_US' ],
@@ -148,6 +150,11 @@ my $config = {
# Now update the cache for the new timestamps.
"fc-cache -rf",
+ # The man-db transfiletriggerin scriplet requires systemd, so will
+ # have silently failed when run in a chroot. So the man-db cache
+ # will not have been updated. Do it now.
+ "mandb -q",
+
# Set the initial wireless regulatory domain to "world", enabling
# all possible wireless channels to be used.
"sed -i -r 's/CRDA_DOMAIN=.*/CRDA_DOMAIN=00/' /etc/sysconfig/network",