Changeset f080961


Ignore:
Timestamp:
2007-09-04T19:30:52Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
19b805c
Parents:
52d779e
Message:

install skyped to bindir, not to sbindir

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r52d779e rf080961  
    88install: skype.so skyped.py
    99        $(INSTALL) -d $(DESTDIR)$(plugindir)
    10         $(INSTALL) -d $(DESTDIR)$(sbindir)
     10        $(INSTALL) -d $(DESTDIR)$(bindir)
    1111        $(INSTALL) skype.so $(DESTDIR)$(plugindir)
    12         $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped
     12        $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped
    1313
    1414client: client.c
  • skype/config.mak.in

    r52d779e rf080961  
    44prefix = @prefix@
    55exec_prefix = @exec_prefix@
    6 sbindir = @sbindir@
     6bindir = @bindir@
    77libdir = @libdir@
    88plugindir = ${libdir}/bitlbee
Note: See TracChangeset for help on using the changeset viewer.