Page MenuHomeFreeBSD
Paste P178

Masterwork From Distant Lands
ActivePublic

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

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.