Description: Find usr share files.
Author: Guus Sliepen <guus@debian.org>
Last-Update: 2016-05-29
Forwarded: No

--- a/fgallery
+++ b/fgallery
@@ -24,7 +24,8 @@ use File::Find qw{find};
 use File::Path qw{make_path remove_tree};
 use File::Spec::Functions qw{rel2abs};
 use File::Temp;
-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};
