From c63acbc91a36a40e987664788ab62d408269e069 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 15 Jun 2018 12:42:52 -0700 Subject: [PATCH] CDE-ICONS: create compatibility symlinks as relative rather than absolute Some icons are actually symlinks to other icons, presumably for compatibility with older systems. These were absolute symlinks. This commit makes them relative symlinks instead. --- cde/databases/CDE-ICONS.udb | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/cde/databases/CDE-ICONS.udb b/cde/databases/CDE-ICONS.udb index b45ae5b7..62548199 100644 --- a/cde/databases/CDE-ICONS.udb +++ b/cde/databases/CDE-ICONS.udb @@ -158,128 +158,128 @@ ###################################################################### # -/usr/dt/appconfig/icons/C/Dtclock.t.bm +./Dtclock.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fpclock.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtclock.t.pm +./Dtclock.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fpclock.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtclock.t_m.bm +./Dtclock.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fpclock.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthome.t.bm +./Dthome.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fphome.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthome.t.pm +./Dthome.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fphome.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthome.t_m.bm +./Dthome.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fphome.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthelp.t.bm +./Dthelp.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fphelp.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthelp.t.pm +./Dthelp.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fphelp.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dthelp.t_m.bm +./Dthelp.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fphelp.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtfphlp.t.bm +./Dtfphlp.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fpfphlp.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtfphlp.t.pm +./Dtfphlp.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fpfphlp.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtfphlp.t_m.bm +./Dtfphlp.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fpfphlp.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtstyle.t.bm +./Dtstyle.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fpstyle.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtstyle.t.pm +./Dtstyle.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fpstyle.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtstyle.t_m.bm +./Dtstyle.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fpstyle.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtterm.t.bm +./Dtterm.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fpterm.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtterm.t.pm +./Dtterm.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fpterm.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtterm.t_m.bm +./Dtterm.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fpterm.t_m.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtpenpd.t.bm +./Dtpenpd.t.bm { default install_target = /usr/dt/appconfig/icons/C/Fppenpd.t.bm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtpenpd.t.pm +./Dtpenpd.t.pm { default install_target = /usr/dt/appconfig/icons/C/Fppenpd.t.pm type = sym_link } # -/usr/dt/appconfig/icons/C/Dtpenpd.t_m.bm +./Dtpenpd.t_m.bm { default install_target = /usr/dt/appconfig/icons/C/Fppenpd.t_m.bm type = sym_link -- 2.25.1