Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id B6EE563C07D for ; Thu, 5 Feb 2009 16:06:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5DDA263B10D; Thu, 5 Feb 2009 16:06:56 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 8545E63B11D for ; Thu, 5 Feb 2009 16:06:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 6C0AE175D0; Thu, 5 Feb 2009 16:06:55 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files/create To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20090205160655.6C0AE175D0@cvs.netbsd.org> Date: Thu, 5 Feb 2009 16:06:55 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Thu Feb 5 16:06:55 UTC 2009 Modified Files: pkgsrc/pkgtools/pkg_install/files/create: build.c Log Message: Don't chdir back to the original directory at the end of make_dist, pkg_create is about to exit() anyway. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pkgsrc/pkgtools/pkg_install/files/create/build.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.