ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/tools/Makefile.am
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/tools/Makefile.am (file contents):
Revision 4907 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 4908 by michael, Sat Nov 22 21:55:15 2014 UTC

# Line 6 | Line 6 | bin_PROGRAMS += respond
6   respond_SOURCES = respond.c
7   endif
8   mkpasswd_SOURCES = mkpasswd.c
9 +
10 + install-exec-hook:
11 +        if test -d $(DESTDIR)$(pkglibdir)-old; then \
12 +                rm -rf $(DESTDIR)$(pkglibdir)-old; \
13 +        fi
14 +        if test -d $(DESTDIR)$(pkglibdir); then \
15 +                mv $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkglibdir)-old; \
16 +        fi

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)