Index: fgallery-1.8.1/fgallery
===================================================================
--- fgallery-1.8.1.orig/fgallery
+++ fgallery-1.8.1/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};
