diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-17 13:45:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-17 13:45:51 +0000 |
commit | 2ab59a9587dd207b46688875d9d52019d4596597 (patch) | |
tree | 23b1772e8e55e035973ef906f7a5ee94afe93a6a /move/make_live | |
parent | 473d578f40fba004fea9d5d14cb598d70ebc7038 (diff) | |
download | drakx-2ab59a9587dd207b46688875d9d52019d4596597.tar drakx-2ab59a9587dd207b46688875d9d52019d4596597.tar.gz drakx-2ab59a9587dd207b46688875d9d52019d4596597.tar.bz2 drakx-2ab59a9587dd207b46688875d9d52019d4596597.tar.xz drakx-2ab59a9587dd207b46688875d9d52019d4596597.zip |
remove /lib/i686 and use non-i686 libraries
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/make_live b/move/make_live index cf618de07..734155ce4 100755 --- a/move/make_live +++ b/move/make_live @@ -69,6 +69,7 @@ print "Making live in $::prefix directory.\n"; system("chroot $::prefix fc-cache"); #- generate cache in all directories mentioned in config file system("chroot $::prefix kbuildsycoca --global"); eval { rm_rf("$::prefix/dev") }; # we don't need it, we use devfs + eval { rm_rf("$::prefix/lib/i686") }; # de-complexify, use the default on any arch unlink "$::prefix/usr/share/autostart/$_.desktop" foreach 'klipper', 'korgac', 'kalarmd.autostart'; } |