From: robert Date: Mon, 5 Jun 2017 09:44:56 +0000 (+0000) Subject: do not add ./ to the path of the files in the tarball X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ce65acf50f3000014fb130c34c6d4bdd65f89810;p=openbsd do not add ./ to the path of the files in the tarball --- diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index 9b2dbe9487e..3f26594309a 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.8 2017/04/22 13:39:00 robert Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.9 2017/06/05 09:44:56 robert Exp $ # # Copyright (c) 2016-2017 Robert Nagy # @@ -190,6 +190,6 @@ ${ERRATA}/.plist: ${_BUILD_COOKIE} @su ${BUILDUSER} -c 'echo ${SYSPATCH_DIR}/${ERRATA}.patch.sig >> ${.OBJDIR}/${ERRATA}/.plist' || \ { echo "***> unable to add syspatch to list of files"; \ exit 1; }; - @su ${BUILDUSER} -c 'sed -i "s,^${FAKEROOT}/syspatch/${OSrev}-[^/]*/,./,g" ${.TARGET}' + @su ${BUILDUSER} -c 'sed -i "s,^${FAKEROOT}/syspatch/${OSrev}-[^/]*/,,g" ${.TARGET}' .include