diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-08-21 08:46:34 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-08-21 08:46:34 +0000 |
commit | a24fa69105f6f795e7eb0eedce4f2091c64d0d3d (patch) | |
tree | 39c8832c1c4aaf283f787358bee79e5a96a41e2a /distrib/syspatch | |
parent | 0d4999b7130921970f027c3dfc2e51a88889018a (diff) |
No need to explicitely add patch.sig to the plist, diff.sh will now pick it
up properly.
Diffstat (limited to 'distrib/syspatch')
-rw-r--r-- | distrib/syspatch/bsd.syspatch.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk index 92a4dd6203e..845cba80749 100644 --- a/distrib/syspatch/bsd.syspatch.mk +++ b/distrib/syspatch/bsd.syspatch.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.syspatch.mk,v 1.16 2017/08/21 08:45:38 ajacoutot Exp $ +# $OpenBSD: bsd.syspatch.mk,v 1.17 2017/08/21 08:46:33 ajacoutot Exp $ # # Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org> # @@ -197,9 +197,6 @@ ${ERRATA}/.plist: ${_BUILD_COOKIE} done > ${.TARGET}' || \ { echo "***> unable to create list of files"; \ exit 1; }; - @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}' .include <bsd.obj.mk> |