This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
lang/perl: Fix paths in perlmod.mk
Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia
11 years ago
parent
441898bfc8
commit
e7263f63ca
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lang/perl/perlmod.mk
+ 2
- 2
lang/perl/perlmod.mk
View File
@ -3,10 +3,10 @@
# Build environment
PERL_CMD
:=
$(
STAGING_DIR
)
/usr/bin/perl
PERL_LIB
:=
$(
STAGING_DIR
)
/usr/lib/perl5/5.
1
0
PERL_LIB
:=
$(
STAGING_DIR
)
/usr/lib/perl5/5.
2
0
# Module install prefix
PERL_SITELIB
:=
/usr/lib/perl5/5.
1
0
PERL_SITELIB
:=
/usr/lib/perl5/5.
2
0
d
e
f
i
n
e
p
e
r
l
m
o
d
/
C
o
n
f
i
g
u
r
e
(
cd
$(
PKG_BUILD_DIR
)
;
\
Write
Preview
Loading…
Cancel
Save