Module Name: src Committed By: lukem Date: Sun Apr 25 00:29:52 UTC 2021
Modified Files: src/usr.sbin/postinstall: postinstall.in Log Message: postinstall: use correct DEST_DIR in obsolete_stand To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/postinstall/postinstall.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/postinstall/postinstall.in diff -u src/usr.sbin/postinstall/postinstall.in:1.33 src/usr.sbin/postinstall/postinstall.in:1.34 --- src/usr.sbin/postinstall/postinstall.in:1.33 Fri Aug 28 15:26:23 2020 +++ src/usr.sbin/postinstall/postinstall.in Sun Apr 25 00:29:52 2021 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: postinstall.in,v 1.33 2020/08/28 15:26:23 christos Exp $ +# $NetBSD: postinstall.in,v 1.34 2021/04/25 00:29:52 lukem Exp $ # # Copyright (c) 2002-2015 The NetBSD Foundation, Inc. # All rights reserved. @@ -2371,7 +2371,7 @@ obsolete_stand_internal() ${prefix}/stand/${MACHINE}-xen \ ${prefix}/stand/${MACHINE}pae-xen do - [ -d "${DESTDIR}${dir}" ] && obsolete_stand "${dir}" + [ -d "${DEST_DIR}${dir}" ] && obsolete_stand "${dir}" done | obsolete_paths "${op}" failed=$(( ${failed} + $? ))