mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
lang/perl: Fix paths in perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user