aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 0f3c3f9b..808d8cab 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -15,6 +15,7 @@ install: skype.$(SHARED_EXT) skyped.py
$(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped
sed -i 's|/usr/local/etc/skyped|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped
$(INSTALL) -m644 skyped.conf.dist $(DESTDIR)$(sysconfdir)/skyped.conf
+ sed -i 's|$${prefix}|$(prefix)|' $(DESTDIR)$(sysconfdir)/skyped.conf
$(INSTALL) -m644 skyped.cnf $(DESTDIR)$(sysconfdir)
client: client.c