diff options
author | François Andriot <[email protected]> | 2021-02-07 14:33:35 +0100 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-02-07 14:33:35 +0100 |
commit | 04d3b480c33923f536552247e54a7af8de079de1 (patch) | |
tree | 9db33dd876542975c03df26b7217103e845397ce /redhat/main/tdebase | |
parent | 4a86dd1fbf0e20f007f6ae8da3edf7af8ae27990 (diff) | |
download | tde-packaging-04d3b480c33923f536552247e54a7af8de079de1.tar.gz tde-packaging-04d3b480c33923f536552247e54a7af8de079de1.zip |
RPM: fix tdebase
Diffstat (limited to 'redhat/main/tdebase')
-rw-r--r-- | redhat/main/tdebase/tdebase.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/main/tdebase/tdebase.spec b/redhat/main/tdebase/tdebase.spec index b33fc0941..f8f5131f1 100644 --- a/redhat/main/tdebase/tdebase.spec +++ b/redhat/main/tdebase/tdebase.spec @@ -3361,8 +3361,8 @@ Windows and Samba shares. # /etc/X11 moved to /usr/etc/X11 on opensuse TW %__sed -i "%{tdm}/kfrontend/gen%{tdm}conf.c" \ -i "%{tdm}/README" \ - -i "doc/adminguide/index.docbook" \ - -i "doc/faq/notrelated.docbook" \ + -i "doc/khelpcenter/adminguide/index.docbook" \ + -i "doc/khelpcenter/faq/notrelated.docbook" \ -e "s|/etc/X11/xdm|/usr/etc/X11/xdm|g" \ -e "s|/etc/X11/sessions|/usr/etc/X11/sessions|g" %endif |