diff options
Diffstat (limited to 'protocols/skype/Makefile')
-rw-r--r-- | protocols/skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/skype/Makefile b/protocols/skype/Makefile index d87ace44..95a134c6 100644 --- a/protocols/skype/Makefile +++ b/protocols/skype/Makefile @@ -18,7 +18,7 @@ test: all install-doc: $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 - $(INSTALL) -m644 skyped.1 $(DESTDIR)$(MANDIR)/man1 + $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1 uninstall-doc: rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1* |