From 51fbce3fc34a408eda7568b9b84350812efbefeb Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Wed, 20 Feb 2008 12:35:36 +0000 Subject: [PATCH] Create share/applications directory before trying to install files into it. Reported by: pointyhat --- editors/komodo-edit/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 8f296dc59af1..f63d3565d183 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -29,6 +29,7 @@ post-patch: ${WRKSRC}/support/_install.py do-install: + ${MKDIR} ${PREFIX}/share/applications cd ${WRKSRC}; ./install.sh -I ${DATADIR} ${LN} -sf ${DATADIR}/bin/komodo ${PREFIX}/bin/komodo