]> andersk Git - gssapi-openssh.git/commitdiff
add gsisftp symlinks on make install
authorjbasney <jbasney>
Fri, 16 Jan 2004 16:40:57 +0000 (16:40 +0000)
committerjbasney <jbasney>
Fri, 16 Jan 2004 16:40:57 +0000 (16:40 +0000)
openssh/Makefile.in

index c9630a8554998e15c8149e8b2aa2f54eea74fec4..ea22f76f8749563227ad846eb08a3b8de5222b0b 100644 (file)
@@ -285,6 +285,10 @@ install-files: scard-install
                ln -s ./scp$(EXEEXT) $(DESTDIR)$(bindir)/gsiscp; \
                rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/gsiscp.1; \
                ln -s ./scp.1 $(DESTDIR)$(mandir)/$(mansubdir)1/gsiscp.1; \
+               rm -f $(DESTDIR)$(bindir)/gsisftp; \
+               ln -s ./sftp$(EXEEXT) $(DESTDIR)$(bindir)/gsisftp; \
+               rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/gsisftp.1; \
+               ln -s ./sftp.1 $(DESTDIR)$(mandir)/$(mansubdir)1/gsisftp.1; \
        fi
        if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
                $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
@@ -358,6 +362,7 @@ uninstall:
        if [ ! -z "$(INSTALL_GSISSH)" ]; then \
                rm -f $(DESTDIR)$(bindir)/gsiscp; \
                rm -f $(DESTDIR)$(bindir)/gsissh; \
+               rm -f $(DESTDIR)$(bindir)/gsisftp; \
        fi
        -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
        -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
@@ -375,6 +380,7 @@ uninstall:
        if [ ! -z "$(INSTALL_GSISSH)" ]; then \
                rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/gsissh.1; \
                rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/gsiscp.1; \
+               rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/gsisftp.1; \
        fi
        -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
        -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
This page took 0.055053 seconds and 5 git commands to generate.