From a9311a29fbfb988f3c8e917616fb33eb5f213975 Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 20 Feb 2008 12:35:36 +0000 Subject: Create share/applications directory before trying to install files into it. Reported by: pointyhat --- editors/komodo-edit/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/komodo-edit') diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 8f296dc59af..f63d3565d18 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 -- cgit