Description: correct path to perl binary
 Fix #! path for perl to fix localisation.
Author: Andy Whitcroft <apw@ubuntu.com>
Last-Update: 2012-06-18
Index: dvdrip-0.98.11/tools/gensplash
===================================================================
--- dvdrip-0.98.11.orig/tools/gensplash	2009-02-28 18:27:59.000000000 +0000
+++ dvdrip-0.98.11/tools/gensplash	2012-06-12 15:03:28.435321357 +0100
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 use strict;
 use lib "lib";
