Files
pkgsrc-ng/net/citrix_ica/patches/patch-i386-aa
2013-09-26 17:14:40 +02:00

30 lines
662 B
Plaintext

--- 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
}
###############################################################################