Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 07:33:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382987 - head/emulators/xen
Message-ID:  <201504020733.t327XdBL005225@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Apr  2 07:33:38 2015
New Revision: 382987
URL: https://svnweb.freebsd.org/changeset/ports/382987

Log:
  Correctly install xen.4th in /boot

Modified:
  head/emulators/xen/Makefile

Modified: head/emulators/xen/Makefile
==============================================================================
--- head/emulators/xen/Makefile	Thu Apr  2 07:28:49 2015	(r382986)
+++ head/emulators/xen/Makefile	Thu Apr  2 07:33:38 2015	(r382987)
@@ -37,6 +37,7 @@ IGNORE=		Only supported on recent FreeBS
 do-install:
 	${MKDIR} ${STAGEDIR}/boot
 	${INSTALL_PROGRAM} ${WRKSRC}/xen ${STAGEDIR}/boot
+	${INSTALL_DATA} ${FILESDIR}/xen.4th ${STAGEDIR}/boot
 
 .include <bsd.port.mk>
 



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