diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-05 21:54:46 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-09-05 21:54:46 +0200 |
commit | b414e30b7dbc3d5d0f8a5daea6242a681cc30f56 (patch) | |
tree | 0cc52ea24a17c44544d6f2be2d2e957b7f6fb48c | |
parent | 752a591bea8d2d3b4e9529a8220f46e54389cc0c (diff) |
fix skyped-only install
-rw-r--r-- | skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 3a23c488..1755c588 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -16,7 +16,7 @@ ifeq ($(BITLBEE),yes) $(INSTALL) -d $(DESTDIR)$(plugindir) $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir) endif -ifeq ($(SKYPED),yes) +ifeq ($(SKYPE4PY),yes) $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(sysconfdir) $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped |