Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f17057e1c32c26f2eeded65059d3884fd2e7aac3

commit f17057e1c32c26f2eeded65059d3884fd2e7aac3
Author: CSÉCSY László <boo...@frugalware.org>
Date:   Tue Aug 2 11:48:42 2011 +0200

munin-1.2.6-4-i686

install the perl module to its proper place

diff --git a/source/network-extra/munin/FrugalBuild 
b/source/network-extra/munin/FrugalBuild
index d02f5b0..6cb7aa5 100644
--- a/source/network-extra/munin/FrugalBuild
+++ b/source/network-extra/munin/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=munin
pkgver=1.2.6
-pkgrel=3
+pkgrel=4
pkgdesc="Munin is a tool for graphing all sorts of information about one or 
more servers and displaying it in a web interface."
Finclude sourceforge
url="http://munin.projects.linpro.no/";
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64')
up2date="lynx -dump $url|grep 'Stable'|sed 's/.*: \(.*\)\ .*D.*/\1/'"
source=(${source/$pkgname-/${pkgname}_}  Makefile.config munin.cron 
munin.logrotate README.Frugalware)
sha1sums=('bdc6d1767df1ea618071d76f0c4525dda2ea33d9' \
-         '0f2df42722449dc9983bc3e1dd8a81406ea95c32' \
+         '1ef1cef662f90e0177a67655afb020bf856235b8' \
'876dfcb7c1690be14611db4e9d55b9b40cedac88' \
'a1ce31369c2278c1f53509178856341f9a9f6cc6' \
'264321148f314a2d28a71b688f414e933a0dee03')
@@ -34,7 +34,7 @@ build()

Fsed "$Fdestdir\/*" "\/" $Fdestdir/etc/munin/munin.conf
Fsed "$Fdestdir"/"" "" $Fdestdir/usr/bin/munin-cron
-       Fsed "$Fdestdir" "" $Fdestdir/usr/lib/perl5/site_perl/`perl -e 'printf 
"%vd", $^V'`/Munin.pm
+       Fsed "$Fdestdir" "" $Fdestdir/usr/lib/perl5/site_perl/current/Munin.pm
Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-graph
Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-html
Fsed "$Fdestdir" "" $Fdestdir/usr/share/munin/munin-limits
diff --git a/source/network-extra/munin/Makefile.config 
b/source/network-extra/munin/Makefile.config
index 570686f..8a6e69f 100644
--- a/source/network-extra/munin/Makefile.config
+++ b/source/network-extra/munin/Makefile.config
@@ -52,7 +52,7 @@ PERL       = $(shell which perl)
PYTHON     = /usr/bin/env python

# Server only - Where to install the perl libraries
-PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed 
"s/[\';]//g")
+PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:sitelib_stem | cut -d= -f2 | sed 
"s/[\';]//g")/current

# Client only - Install plugins for this architecture
OSTYPE     = $(shell uname | tr '[A-Z]' '[a-z]')
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to