Author: tbooth-guest
Date: 2013-06-04 10:38:47 +0000 (Tue, 04 Jun 2013)
New Revision: 13827
Modified:
trunk/packages/microbiomeutil/trunk/debian/patches/find_relocated_libraries.patch
Log:
Fix line in patch, otherwise wigeon won't run at all
Modified:
trunk/packages/microbiomeutil/trunk/debian/patches/find_relocated_libraries.patch
===================================================================
---
trunk/packages/microbiomeutil/trunk/debian/patches/find_relocated_libraries.patch
2013-06-04 09:50:20 UTC (rev 13826)
+++
trunk/packages/microbiomeutil/trunk/debian/patches/find_relocated_libraries.patch
2013-06-04 10:38:47 UTC (rev 13827)
@@ -65,7 +65,7 @@
-use FindBin;
+#use FindBin;
+#Hack needed because FindBin is braindead.
-+#BEGIN{ $FindBin::Bin = "/usr/lib/WigeoN" };
++BEGIN{ $FindBin::Bin = "/usr/lib/WigeoN" };
use lib ("$FindBin::Bin/PerlLib");
use Fasta_reader;
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit