Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2008 22:27:44 +0400
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        maho@freebsd.org
Cc:        openoffice@freebsd.org
Subject:   editors/openoffice.org-3-devel: fix paths for *.desktop
Message-ID:  <200804152227.44422.makc@issp.ac.ru>

next in thread | raw e-mail | index | archive | help
--Boundary-00=_gOPBIpFEWW0/lL8
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

attached is a trivial patch to fix desktop integration which is broken since 
previous snapshot,

Cheers,
Max

--Boundary-00=_gOPBIpFEWW0/lL8
Content-Type: text/x-diff;
  charset="us-ascii";
  name="Makefile.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="Makefile.diff"

--- Makefile.orig	2008-04-15 22:11:05.000000000 +0400
+++ Makefile	2008-04-15 22:11:15.000000000 +0400
@@ -267,7 +267,7 @@
 	@${RM} ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg/*.desktop.bak
 	@${RM} -f ${DESKTOPDIR}/${EXECBASE}
 	@${MKDIR} ${DESKTOPDIR}
-	@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/share/xdg \
+	@${LN} -sf ${PREFIX}/${INSTALLATION_BASEDIR}/${OOODIR}/share/xdg \
 			${DESKTOPDIR}/${EXECBASE}
 	@${ECHO_CMD} "share/applications/${EXECBASE}" >> ${TMPPLIST}
 	@${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${TMPPLIST}

--Boundary-00=_gOPBIpFEWW0/lL8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804152227.44422.makc>