Received: by mail.netbsd.org (Postfix, from userid 605) id 26EE584D86; Fri, 27 Mar 2020 03:42:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3D5E84D3A for ; Fri, 27 Mar 2020 03:42:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NviW8IWrSyd0 for ; Fri, 27 Mar 2020 03:42:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0B9F284CD3 for ; Fri, 27 Mar 2020 03:42:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 094A0FB27; Fri, 27 Mar 2020 03:42:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158528053452020" MIME-Version: 1.0 Date: Fri, 27 Mar 2020 03:42:14 +0000 From: "Taylor R Campbell" Subject: CVS commit: pkgsrc/sysutils/xentools411 To: pkgsrc-changes@NetBSD.org Reply-To: riastradh@netbsd.org X-Mailer: log_accum Message-Id: <20200327034214.094A0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158528053452020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: riastradh Date: Fri Mar 27 03:42:13 UTC 2020 Modified Files: pkgsrc/sysutils/xentools411: PLIST Log Message: ${LOCALBASE}, not /usr/pkg. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/xentools411/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158528053452020 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xentools411/PLIST diff -u pkgsrc/sysutils/xentools411/PLIST:1.1 pkgsrc/sysutils/xentools411/PLIST:1.2 --- pkgsrc/sysutils/xentools411/PLIST:1.1 Tue Jul 24 13:40:11 2018 +++ pkgsrc/sysutils/xentools411/PLIST Fri Mar 27 03:42:13 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/07/24 13:40:11 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/03/27 03:42:13 riastradh Exp $ ${PYSITELIB}/fsimage.so ${PYSITELIB}/grub/ExtLinuxConf.py ${PYSITELIB}/grub/ExtLinuxConf.pyc @@ -155,7 +155,7 @@ include/xentoolcore.h include/xentoollog.h include/xs.h include/xs_lib.h -lib/debug/usr/pkg/libexec/xen/boot/xen-shim-syms +lib/debug${LOCALBASE}/libexec/xen/boot/xen-shim-syms lib/fs/ext2fs/fsimage.so lib/fs/fat/fsimage.so lib/fs/iso9660/fsimage.so --_----------=_158528053452020--