Changes of Revision 3
[-] [+] | Changed | DBD-cego-libdir.patch |
@@ -1,5 +1,5 @@ --- Makefile.PL.orig 2011-06-19 14:27:14.204529532 +0200 -+++ Makefile.PL 2011-06-19 14:39:22.784894468 +0200 ++++ Makefile.PL 2011-06-19 14:41:42.144362065 +0200 @@ -26,6 +26,7 @@ $opt, "help", @@ -12,7 +12,7 @@ print "Missing prefix, use option --prefix\n"; die Usage(); } -+if (! exists $opt->{'opt'}) ++if (! exists $opt->{'lib'}) +{ + print "Missing lib option, use option --lib\n"; + die Usage(); |