Page MenuHomeFreeBSD
Paste P179

Masterwork From Distant Lands
ActivePublic

Authored by kan on May 6 2018, 6:51 PM.
Tags
None
Referenced Files
F3353413: Masterwork From Distant Lands
May 6 2018, 6:51 PM
Subscribers
None
Index: Makefile
===================================================================
--- Makefile (revision 469078)
+++ Makefile (working copy)
@@ -454,7 +454,9 @@
${LN} -f ${EXECBASE} ${EXECBASE}-$${i} ; \
done
@${ECHO_CMD} "adding desktop support"
- @${LN} -sf ${XDGREL} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE}
+ @${MKDIR} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE}
+ @${TAR} -C ${XDGDIR} -cz -f - . | \
+ ${TAR} -C ${STAGEDIR}${DESKTOPDIR}/${EXECBASE} -xf - ; \
@cd ${WRKSRC} ; \
. ${FREEBSD_ENV_SET} ; \
cd sysui/$${INPATH}/misc/openoffice ; \

Event Timeline

kan changed the title of this paste from untitled to Masterwork From Distant Lands.
kan updated the paste's language from autodetect to autodetect.