gnupod: install into vendor_perl.

This commit is contained in:
Leah Neukirchen 2017-08-25 15:14:58 +02:00
parent 72a6c97f75
commit ac50e4c991
2 changed files with 13 additions and 1 deletions

View 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

View file

@ -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"