summaryrefslogtreecommitdiff
path: root/package/perl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-13 20:52:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-13 20:52:01 +0100
commit8254c3e05ab406cbefc91c594304336a7c3d5d63 (patch)
treedfebce31e14ab1167f4a2167e5b46dc45f221eef /package/perl
parent3d5476d44fccb4494012990c0f01b3d7d0b3ae96 (diff)
install perl modules, too
Diffstat (limited to 'package/perl')
-rw-r--r--package/perl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/perl/Makefile b/package/perl/Makefile
index e273e83a9..e6e64bef9 100644
--- a/package/perl/Makefile
+++ b/package/perl/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= perl
PKG_VERSION:= 5.12.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= af2df531d46b77fdf0d97eecb03eddb2
PKG_DESCR:= full-blown Perl
PKG_SECTION:= lang
@@ -26,6 +26,8 @@ pre-configure:
post-install:
${INSTALL_DIR} ${IDIR_PERL}/usr/bin
${INSTALL_DIR} ${IDIR_PERL}/usr/lib/perl5/${PKG_VERSION}
+ ${CP} ${WRKINST}/usr/lib/perl5/${PKG_VERSION}/* \
+ ${IDIR_PERL}/usr/lib/perl5/${PKG_VERSION}
${INSTALL_BIN} ${WRKINST}/usr/bin/perl ${IDIR_PERL}/usr/bin/perl
include ${TOPDIR}/mk/pkg-bottom.mk