Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196728 | Differences between
and this patch

Collapse All | Expand All

(-)install-sh (-1 / +4 lines)
Lines 192-198 Link Here
192
192
193
if [ x"$dir_arg" != x ]
193
if [ x"$dir_arg" != x ]
194
then
194
then
195
	$doit $instcmd $dst &&
195
	{ $doit $instcmd "$dst" || lasterr=$?
196
	  # It's ok for mkdir to fail if the directory already exists.
197
	  test -d "$dst" || { (exit ${lasterr-1}); exit; }
198
	} &&
196
199
197
	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else : ; fi &&
200
	if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else : ; fi &&
198
	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else : ; fi &&
201
	if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else : ; fi &&

Return to bug 196728