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 246-252 Link Here
246
  fi
246
  fi
247
247
248
  if test -n "$dir_arg"; then
248
  if test -n "$dir_arg"; then
249
    $doit $mkdircmd "$dst" \
249
    { $doit $mkdircmd "$dst" || lasterr=$?
250
      # It's ok for mkdir to fail if the directory already exists.
251
      test -d "$dst" || { (exit ${lasterr-1}); exit; }
252
    } \
250
      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
253
      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251
      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
254
      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252
      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
255
      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \

Return to bug 196728