$NetBSD: patch-i386-aa,v 1.5 2003/08/11 10:39:36 markd Exp $

--- linuxx86/hinst.orig	Wed Apr 17 18:32:58 2002
+++ linuxx86/hinst	Wed Jan 15 23:32:15 2003
@@ -84,7 +84,7 @@
 PORT=linuxx86
 
 #  The command to undo the archive on this platform.
-EXTRACT_ARCHIVE="cpio -imud -H newc --no-preserve-owner"
+EXTRACT_ARCHIVE="cpio -imud"
 
 # The thing that goes between the owner and group to set both by chown.
 CHOWNGRP_TOKEN=":"
@@ -2028,7 +2028,7 @@
 	then
 		:
 	else
-		/bin/false
+		! :
 		return 
 	fi
 
