diff options
Diffstat (limited to 'skype/Makefile')
-rw-r--r-- | skype/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |