summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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