Changes in / [0f7eccff:f453a7f]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r0f7eccff rf453a7f  
    44 - ./configure
    55 - make check
    6  - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us
     6 - dpkg-buildpackage -uc -us
    77
    88before_install:
  • protocols/skype/Makefile

    r0f7eccff rf453a7f  
    1919install-doc:
    2020        $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
    21         $(INSTALL) -m644 $(_SRCDIR_)skyped.1 $(DESTDIR)$(MANDIR)/man1
     21        $(INSTALL) -m644 skyped.1 $(DESTDIR)$(MANDIR)/man1
    2222
    2323uninstall-doc:
Note: See TracChangeset for help on using the changeset viewer.