mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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
|
# Build environment
|
||||||
PERL_CMD := $(STAGING_DIR)/usr/bin/perl
|
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
|
# Module install prefix
|
||||||
PERL_SITELIB := /usr/lib/perl5/5.10
|
PERL_SITELIB := /usr/lib/perl5/5.20
|
||||||
|
|
||||||
define perlmod/Configure
|
define perlmod/Configure
|
||||||
(cd $(PKG_BUILD_DIR); \
|
(cd $(PKG_BUILD_DIR); \
|
||||||
|
|||||||
Reference in New Issue
Block a user