diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-11-12 10:41:13 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-11-12 10:41:13 +0100 |
commit | 1cbfcdd9675e63a3ed385b4532d200b785099875 (patch) | |
tree | 1e2f713881786b62940bb4a80b87130b1e85b249 /bin | |
parent | 8f6351483c4850452b3c6db56159507b993833a9 (diff) |
distro-install: correcly pack KDE and TDE addressbook (bnc#779697)
Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-file-lists | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index eca4d3551e2b..ce315906f10f 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -215,7 +215,8 @@ if test "z$OOO_VENDOR" != "zDebian" ; then mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/tdefilepicker mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/fps_tde.uno.so mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libvclplug_tdel..so - mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libtdeabdrv1.so + mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libtdeab1l..so + mv_file_between_flists tde_list.txt common_list.txt $INSTALLDIR/program/libtdeabdrv1l..so add_used_directories tde_list.txt common_list.txt # kde subpackage @@ -223,7 +224,8 @@ if test "z$OOO_VENDOR" != "zDebian" ; then mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/kdefilepicker mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/fps_kde.uno.so mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libvclplug_kdel..so - mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libkabdrv1.so + mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libkab1l..so + mv_file_between_flists kde_list.txt common_list.txt $INSTALLDIR/program/libkabdrv1l..so add_used_directories kde_list.txt common_list.txt # create kde4 subpackage |