diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 19:11:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 19:11:39 -0600 |
commit | 4f070eb987ea6e0dd71f6266835c14e8fcbeb18b (patch) | |
tree | 4127dd988254428d89cb510c2561f5aef48bec27 /kppp/INSTALL | |
parent | 51b3545acc932a04b38988188b955eb9d35334a3 (diff) | |
download | tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.tar.gz tdenetwork-4f070eb987ea6e0dd71f6266835c14e8fcbeb18b.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kppp/INSTALL')
-rw-r--r-- | kppp/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/INSTALL b/kppp/INSTALL index a207c1e1..56fecbc7 100644 --- a/kppp/INSTALL +++ b/kppp/INSTALL @@ -15,7 +15,7 @@ make install o If you run "make install" as root the kppp binary will be installed setuid root. Otherwise you can do this on your own: - cd $(KDEDIR)/bin ; chown root kppp; chmod +s kppp. This might not + cd $(TDEDIR)/bin ; chown root kppp; chmod +s kppp. This might not be absolutely necessary ( depending on the permissions set on the modem device, /etc/resolv.conf etc. but if you can afford to, this will make your life much easier. |