diff --git a/srcpkgs/gnupod/patches/incdir.patch b/srcpkgs/gnupod/patches/incdir.patch new file mode 100644 index 00000000000..deee55e342d --- /dev/null +++ b/srcpkgs/gnupod/patches/incdir.patch @@ -0,0 +1,12 @@ +--- tools/gnupod_install.pl.orig ++++ tools/gnupod_install.pl +@@ -7,6 +7,9 @@ + + use strict; #of course :) + ++# override ++$INC[0] = "/usr/share/perl5/vendor_perl"; ++ + my %opts = (); + + my $DST = $ARGV[5] || "/"; #DESTDIR diff --git a/srcpkgs/gnupod/template b/srcpkgs/gnupod/template index 831a38fa700..13bd573d408 100644 --- a/srcpkgs/gnupod/template +++ b/srcpkgs/gnupod/template @@ -1,7 +1,7 @@ # Template file for 'gnupod' pkgname=gnupod version=0.99.8 -revision=1 +revision=2 noarch=yes build_style=gnu-configure hostmakedepends="perl-Digest-SHA1 perl-XML-Parser perl-Unicode-String perl-MP3-Info perl-TimeDate"