aboutsummaryrefslogtreecommitdiffstats
path: root/skype/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'skype/Makefile')
-rw-r--r--skype/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 721d1209..a117dd71 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -8,8 +8,11 @@ skype.so: skype.c config.mak
install: skype.so skyped.py
$(INSTALL) -d $(DESTDIR)$(plugindir)
$(INSTALL) -d $(DESTDIR)$(bindir)
+ $(INSTALL) -d $(DESTDIR)$(sysconfdir)
$(INSTALL) skype.so $(DESTDIR)$(plugindir)
$(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped
+ sed -i 's|/etc|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped
+ $(INSTALL) -m644 skyped.conf.dist $(DESTDIR)$(sysconfdir)/skyped.conf
client: client.c