Fix references to user profile directory.

(cherry picked from commit 459abd0b39)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent ca78d0349c
commit 09fc3b46c2

@ -91,7 +91,7 @@ Installation for KDE3:
For SuSE and most distributions the prefix usually is /opt/trinity. For SuSE and most distributions the prefix usually is /opt/trinity.
For Redhat/Fedora and Mandrake the prefix usually is /usr. For Redhat/Fedora and Mandrake the prefix usually is /usr.
For a local installation, that doesn't need root rights try For a local installation, that doesn't need root rights try
- ./configure --prefix=$KDEHOME ($KDEHOME probably is the same as $HOME/.kde) - ./configure --prefix=$KDEHOME ($KDEHOME probably is the same as $HOME/.trinity)
- make - make
- make install (Installs everything in $KDEHOME. No root rights required.) - make install (Installs everything in $KDEHOME. No root rights required.)
- Run $KDEHOME/bin/kdiff3. ($KDEHOME/bin is probably not in your path.) - Run $KDEHOME/bin/kdiff3. ($KDEHOME/bin is probably not in your path.)
@ -124,7 +124,7 @@ Upgrading KDiff3 for KDE:
impression, that the new version doesn't work as described, you should try to impression, that the new version doesn't work as described, you should try to
remove all files belonging to KDiff3 before reinstalling. remove all files belonging to KDiff3 before reinstalling.
Try this search command to locate KDiff3-related files: Try this search command to locate KDiff3-related files:
find $HOME/.kde /usr /opt -iname "*kdiff3*" find $HOME/.trinity /usr /opt -iname "*kdiff3*"
(Will take a few minutes.) (Will take a few minutes.)

Loading…
Cancel
Save