gnupod: install into vendor_perl.
This commit is contained in:
parent
72a6c97f75
commit
ac50e4c991
2 changed files with 13 additions and 1 deletions
12
srcpkgs/gnupod/patches/incdir.patch
Normal file
12
srcpkgs/gnupod/patches/incdir.patch
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue