Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/bootstrap-pkgsrc/files
Module Name: othersrc
Committed By: jschauma
Date: Fri Apr 11 15:01:50 UTC 2003
Modified Files:
othersrc/bootstrap-pkgsrc/files: install-sh
Log Message:
Apply patch from Klaus Heinz to fix install-sh on Solaris:
Solaris sh doesn't know about ${ % } parameter expansion, so use
`echo "$msrc"| sed -e 's/ [^ ]*$//'` instead.
This fixes PR pkg/20816 (even though the symptoms were already addressed
by Grant's earlier fix to use $shprog initially).
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 othersrc/bootstrap-pkgsrc/files/install-sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index