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

Collapse All | Expand All

(-)vdrrip-0.3.0/scripts/queuehandler.sh (+6 lines)
Lines 92-97 Link Here
92
    log_error "usage: $scriptname queuefile tempdir" 1
92
    log_error "usage: $scriptname queuefile tempdir" 1
93
  fi
93
  fi
94
94
95
  mkdir -p "$tempdir"
95
  if [ ! -d "$tempdir" ]
96
  if [ ! -d "$tempdir" ]
96
  then
97
  then
97
    log_error "directory $tempdir doesn't exist, aborting !" 1
98
    log_error "directory $tempdir doesn't exist, aborting !" 1
Lines 316-321 Link Here
316
  if [ "$error" ]; then return
317
  if [ "$error" ]; then return
317
  elif [ "$dvd" ]; then return; fi
318
  elif [ "$dvd" ]; then return; fi
318
319
320
  # Recreate $tempdir if removed by vdr housekeeping
321
  mkdir -p "$tempdir"
322
  if [ ! -d "$tempdir" ]; then return; fi
323
  cd "$tempdir"
324
319
  case "$container" in
325
  case "$container" in
320
    "avi")
326
    "avi")
321
      # join all vdr-files to $tempdir/temp.vdr
327
      # join all vdr-files to $tempdir/temp.vdr

Return to bug 150217