Description: Find usr share files.
Author: Guus Sliepen <guus@debian.org>
Last-Update: 2016-05-29
Index: fgallery/fgallery
===================================================================
--- fgallery.orig/fgallery
+++ fgallery/fgallery
@@ -21,7 +21,8 @@ use File::Basename qw{fileparse};
 use File::Find qw{find};
 use File::Path qw{make_path remove_tree};
 use File::Spec::Functions qw{rel2abs};
-use FindBin qw{$RealBin};
+#use FindBin qw{$RealBin};
+my $RealBin = "/usr/share/fgallery";
 use Getopt::Long qw{:config bundling};
 use IO::Handle;
 use Image::ExifTool qw{ImageInfo};
