Marcel Telka
2022-07-11 2f454621712c43823e4ac6722694e201194c9765
tools/perl-meta-deps: do not mangle manifest file name

1 files modified
4 ■■■■ changed files
tools/perl-meta-deps 4 ●●●● patch | view | raw | blame | history
tools/perl-meta-deps
@@ -42,7 +42,7 @@
[[ -x "$PERL" ]] || usage "perl $PERLVER not found"
PERL_ARCH=$($PERL -e 'use Config; print $Config{archname}')
(($# != 0)) && usage "Too much arguments"
(($# != 0)) && usage "Too many arguments"
PERL_VERSION_CONVERT="$(dirname $0)/perl-version-convert"
[[ ! -x "$PERL_VERSION_CONVERT" ]] && printf "ERROR: perl-version-convert not found" && exit 1
@@ -62,7 +62,7 @@
    # Resolve the dependency if not in cache already
    if [[ ! -s "$CACHEDIR/$PREREQ" ]] ; then
        MANIFEST="$BUILD_DIR/META-${PREREQ//::/-}"
        MANIFEST="$BUILD_DIR/META-$PREREQ"
        # Prepare manifest
        if [[ "$PREREQ" == "perl" ]] ; then