summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-28 09:57:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-28 09:57:18 +0000
commit87f296045ad8a22211465e1eb948cf658828dbdd (patch)
treea364499b83803b5855addbf0e9c593e585c5fdf3 /move/make_live
parenta749f8e561df275b232228a65d88aa209554519a (diff)
downloaddrakx-87f296045ad8a22211465e1eb948cf658828dbdd.tar
drakx-87f296045ad8a22211465e1eb948cf658828dbdd.tar.gz
drakx-87f296045ad8a22211465e1eb948cf658828dbdd.tar.bz2
drakx-87f296045ad8a22211465e1eb948cf658828dbdd.tar.xz
drakx-87f296045ad8a22211465e1eb948cf658828dbdd.zip
if X proprietary drivers are not installed, just skip
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live
index 7422f7c39..e914b476a 100755
--- a/move/make_live
+++ b/move/make_live
@@ -105,7 +105,7 @@ print "Making live in $::prefix directory.\n";
symlinkf("/etc/X11/ksycoca", "$::prefix/usr/share/services/ksycoca");
- config_X_proprietary_drivers();
+ eval { config_X_proprietary_drivers() };
unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart';
}