Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298528 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile.config (-1 / +1 lines)
Lines 67-73 Link Here
67
BASH       = /bin/bash
67
BASH       = /bin/bash
68
68
69
# Server only - Where to install the perl libraries
69
# Server only - Where to install the perl libraries
70
PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d"'" -f2)
70
PERLLIB    = $(DESTDIR)$(shell $(PERL) -V:vendorlib | cut -d"'" -f2)
71
71
72
# Client only - Install plugins for this architecture
72
# Client only - Install plugins for this architecture
73
OSTYPE     = $(shell uname | tr '[A-Z]' '[a-z]')
73
OSTYPE     = $(shell uname | tr '[A-Z]' '[a-z]')

Return to bug 298528