diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-18 06:56:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-18 06:56:14 +0800 |
commit | 096513d5211721f0518c5c8f473d50eaf8adb27a (patch) | |
tree | 1dc8ad2c3b61c76930a4bfd3e0d2cf4fed700f15 /net | |
parent | eb06f8fc1e56bc6a8f218621b2c69812edd6436b (diff) | |
download | marcuscom-ports-096513d5211721f0518c5c8f473d50eaf8adb27a.tar.gz marcuscom-ports-096513d5211721f0518c5c8f473d50eaf8adb27a.tar.zst marcuscom-ports-096513d5211721f0518c5c8f473d50eaf8adb27a.zip |
- mkdir share/applications incase it doesn't exist
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7329 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/skype-devel/Makefile | 1 | ||||
-rw-r--r-- | net/skype/Makefile | 1 |
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 |