From c42d9916663ecae98d01c539cf038d9bc99acfbb Mon Sep 17 00:00:00 2001 From: dequis Date: Thu, 28 May 2015 15:21:30 -0300 Subject: skyped: add _SRCDIR_ to makefile, test build in travis --- .travis.yml | 2 +- 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* -- cgit v1.2.3