31 lines
727 B
Text
31 lines
727 B
Text
$NetBSD: patch-i386-aa,v 1.7 2015/12/29 04:04:29 dholland Exp $
|
|
|
|
--- linuxx86/hinst.orig 2005-08-18 13:45:19.000000000 +0100
|
|
+++ linuxx86/hinst 2005-08-18 13:46:10.000000000 +0100
|
|
@@ -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=":"
|
|
@@ -2111,7 +2111,7 @@
|
|
then
|
|
:
|
|
else
|
|
- /bin/false
|
|
+ ! :
|
|
return
|
|
fi
|
|
|
|
@@ -2166,7 +2166,7 @@
|
|
|
|
# rm -f $m_filename $mf_filename $o_filename $of_filename
|
|
|
|
- /bin/true
|
|
+ return 0
|
|
}
|
|
|
|
###############################################################################
|