diff options
author | dequis <dx@dxzone.com.ar> | 2015-05-28 15:21:30 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-05-29 19:17:50 -0300 |
commit | c42d9916663ecae98d01c539cf038d9bc99acfbb (patch) | |
tree | f63fc277befa8760e3d4c1237983c7885e66c845 | |
parent | d30444594e95471bb8da46789d791af53e1769f3 (diff) |
skyped: add _SRCDIR_ to makefile, test build in travis
-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* |