diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:59:03 +0000 |
| commit | 660b569b0980fc8f71b03ed666dd02eec8388b4c (patch) | |
| tree | 8ad02b5f0bebdd4cd1d2ba01005d6f3f71a0a7fb /html/Makefile.in | |
| parent | 64cc4a88da8887ef1f7f4d90be0158d2cc76222d (diff) | |
httrack 3.41.2
Diffstat (limited to 'html/Makefile.in')
| -rw-r--r-- | html/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile.in b/html/Makefile.in index fd5387c..8855606 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -570,7 +570,7 @@ uninstall-am: uninstall-HelpHtmlDATA uninstall-HelpHtmlTxtDATA \ install-data-hook: - if test ! -f $(DESTDIR)$(prefix)/share/httrack/html ; then \ + if test ! -L $(DESTDIR)$(prefix)/share/httrack/html ; then \ ( cd $(DESTDIR)$(prefix)/share/httrack \ && mv -f ../doc/httrack/html html \ && cd ../doc/httrack/ \ |
