summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/skype-devel/Makefile1
-rw-r--r--net/skype/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile
index 6ab4b47cf..a933c8721 100644
--- a/net/skype-devel/Makefile
+++ b/net/skype-devel/Makefile
@@ -43,6 +43,7 @@ do-build:
${BRANDELF} -t Linux ${WRKSRC}/skype
do-install:
+ ${MKDIR} ${PREFIX}/share/applications
${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype
diff --git a/net/skype/Makefile b/net/skype/Makefile
index bab998753..20c6dee50 100644
--- a/net/skype/Makefile
+++ b/net/skype/Makefile
@@ -41,6 +41,7 @@ do-build:
${BRANDELF} -t Linux ${WRKSRC}/skype
do-install:
+ @${MKDIR} ${PREFIX}/share/applications
${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype_bin
# ${INSTALL} ${WRKSRC}/skype-callto-handler ${PREFIX}/bin/
${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype_bin \"\$$@\" 2>&1 | grep -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype