summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1988-11-22 04:35:07 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1988-11-22 04:35:07 +0000
commit10ff0c789aa67f76fd9a9cd8de90f9961c7deb08 (patch)
tree8e93e6a2f0fcb652ebda2d6f1ee81a0f5a4767ce
parente4806a5d430b911e4f515d2fd3b5e8f9992d7ced (diff)
use CLIENTDIR rather than /usr/athena
-rw-r--r--clients/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/Imakefile b/clients/Imakefile
index 41dc09e..31acd4e 100644
--- a/clients/Imakefile
+++ b/clients/Imakefile
@@ -33,6 +33,6 @@ SHELLSCRIPTS= zlogout zhide zwgc
install_shell_scripts(SHELLSCRIPTS, $(CLIENTDIR))
install::
- rm -f ${DESTDIR}/usr/athena/zlogin
- ln -s zlogout ${DESTDIR}/usr/athena/zlogin
+ rm -f ${DESTDIR}${CLIENTDIR}/zlogin
+ ln -s zlogout ${DESTDIR}${CLIENTDIR}/zlogin
#endif