$OpenBSD: patch-igal2,v 1.2 2015/04/19 12:49:54 rpe Exp $
--- igal2.orig	Sun Apr 19 11:15:27 2015
+++ igal2	Sun Apr 19 11:15:50 2015
@@ -5,7 +5,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
 ############################################################################
 # Please change this accordingly if you change the DESTDIR in the tarball 
 # distribution Makefile or the --prefix of the RPM installation
-$LIBDIR = "/usr/local/lib/igal2";
+$LIBDIR = "/usr/local/share/igal2";
 # for example if you make DESTDIR=/usr then $LIBDIR="/usr/lib/igal2"
 ############################################################################
 #
@@ -205,7 +205,7 @@ die "Critical failure: Lib Image::ExifTool not install
 $opt_d =~ s/\/$//;
 
 # let users store their templates in a $HOME/.igal directory, if it exists,
-# instead of the site-wide /usr/local/lib/igal (from line 8 up top)
+# instead of the site-wide /usr/local/share/igal (from line 8 up top)
 $LIBDIR = $userigaldir if ((-r $userigaldir) && (-d $userigaldir));
 
 # load up image files from $opt_d into array @imgfiles
