From f080961134608b9d5ca039f9b8f7d2b8de3499ab Mon Sep 17 00:00:00 2001 From: VMiklos Date: Tue, 4 Sep 2007 21:30:52 +0200 Subject: install skyped to bindir, not to sbindir --- skype/Makefile | 4 ++-- skype/config.mak.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/skype/Makefile b/skype/Makefile index 4b473e8e..3eb2662a 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -7,9 +7,9 @@ skype.so: skype.c config.mak install: skype.so skyped.py $(INSTALL) -d $(DESTDIR)$(plugindir) - $(INSTALL) -d $(DESTDIR)$(sbindir) + $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) skype.so $(DESTDIR)$(plugindir) - $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped + $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped client: client.c diff --git a/skype/config.mak.in b/skype/config.mak.in index cfdafe82..28c50513 100644 --- a/skype/config.mak.in +++ b/skype/config.mak.in @@ -3,6 +3,6 @@ LDFLAGS = @LDFLAGS@ INSTALL = @INSTALL@ prefix = @prefix@ exec_prefix = @exec_prefix@ -sbindir = @sbindir@ +bindir = @bindir@ libdir = @libdir@ plugindir = ${libdir}/bitlbee -- cgit v1.2.3