diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:57:43 +0000 |
| commit | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (patch) | |
| tree | e72af709fbce8bc495f51e7f0518de9a9a2c3b7f /html/Makefile.am | |
| parent | 844ecc37072d515513177c65a8c9dc35c9cdfc1a (diff) | |
httrack 3.40.4
Diffstat (limited to 'html/Makefile.am')
| -rwxr-xr-x | html/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/html/Makefile.am b/html/Makefile.am index a02e460..416dbf5 100755 --- a/html/Makefile.am +++ b/html/Makefile.am @@ -36,6 +36,8 @@ EXTRA_DIST = $(HelpHtml_DATA) $(HelpHtmlimg_DATA) $(HelpHtmlimages_DATA) \ install-data-hook: if test ! -f $(DESTDIR)$(prefix)/share/httrack/html ; then \ ( cd $(DESTDIR)$(prefix)/share/httrack \ - && $(LN_S) ../doc/httrack/html html \ + && mv -f ../doc/httrack/html html \ + && cd ../doc/httrack/ \ + && $(LN_S) ../../httrack/html html \ ) \ fi |
