[med-svn] r13827 - trunk/packages/microbiomeutil/trunk/debian/patches

Timothy Booth tbooth-guest at alioth.debian.org
Tue Jun 4 10:38:47 UTC 2013


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;




More information about the debian-med-commit mailing list