summaryrefslogtreecommitdiffstats
path: root/move/make_live
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-21 04:41:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-21 04:41:53 +0000
commit2c16e8af75adc172b09f630290199fed32238dec (patch)
treeb15f3f355221e1ae64b1cba95784240d740e8741 /move/make_live
parent2f07110f18f158fe5a1fc165754df70fc984a53c (diff)
downloaddrakx-2c16e8af75adc172b09f630290199fed32238dec.tar
drakx-2c16e8af75adc172b09f630290199fed32238dec.tar.gz
drakx-2c16e8af75adc172b09f630290199fed32238dec.tar.bz2
drakx-2c16e8af75adc172b09f630290199fed32238dec.tar.xz
drakx-2c16e8af75adc172b09f630290199fed32238dec.zip
create missing bitmap directoy for openoffice non-english (as instructed by Giuseppe Ghibò)
Diffstat (limited to 'move/make_live')
-rwxr-xr-xmove/make_live5
1 files changed, 5 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live
index c087e38cb..62f5e132e 100755
--- a/move/make_live
+++ b/move/make_live
@@ -251,3 +251,8 @@ unlink "$::prefix/usr/bin/localedrake";
#- drakxtools contains a broken unneeded file
unlink "$::prefix/usr/lib/libDrakX/modem.pm";
+
+#- fix openoffice autopilote feature
+foreach (glob("$::prefix/usr/lib/openoffice/share/template/*")) {
+ symlink '../../english/wizard/bitmap', "$_/wizard/bitmap";
+}