lang/perl: Fix paths in perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
parent
441898bfc8
commit
e7263f63ca
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
# Build environment
|
||||
PERL_CMD := $(STAGING_DIR)/usr/bin/perl
|
||||
PERL_LIB := $(STAGING_DIR)/usr/lib/perl5/5.10
|
||||
PERL_LIB := $(STAGING_DIR)/usr/lib/perl5/5.20
|
||||
|
||||
# Module install prefix
|
||||
PERL_SITELIB := /usr/lib/perl5/5.10
|
||||
PERL_SITELIB := /usr/lib/perl5/5.20
|
||||
|
||||
define perlmod/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
|
|
Loading…
Reference in a new issue