diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | protocols/skype/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 306d0caf..f85f9963 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: c script: - ./configure - make check - - dpkg-buildpackage -uc -us + - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us before_install: - sudo apt-get update -qq 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* |