summaryrefslogtreecommitdiffhomepage
path: root/vars/perl.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 00:35:43 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-01 01:27:04 +0000
commit03a6372afeb96419da89a8100c95366f9ebe68cc (patch)
treebb994263b3afd55f4c7dd7c9a1b8381317baad81 /vars/perl.vars
parentf937121616866517e54f27e4e8d806c70f288ab8 (diff)
downloadmidipix_build-03a6372afeb96419da89a8100c95366f9ebe68cc.tar.bz2
midipix_build-03a6372afeb96419da89a8100c95366f9ebe68cc.tar.xz
subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and introduces ${PKG_URLS_GIT}.
subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all().
Diffstat (limited to 'vars/perl.vars')
-rw-r--r--vars/perl.vars1
1 files changed, 0 insertions, 1 deletions
diff --git a/vars/perl.vars b/vars/perl.vars
index 302a040a..28f9d9bd 100644
--- a/vars/perl.vars
+++ b/vars/perl.vars
@@ -3,7 +3,6 @@
#
pkg_perl_extract_post() {
- fetch_git perl-cross https://github.com/lalbornoz/perl-cross master;
for _ppep_fname_src in $(find perl-cross -type f \
-not -path perl-cross/.git/\* -not -name .gitignore); do
_ppep_fname_dst=perl-${PKG_VERSION}${_ppep_fname_src#perl-cross};