Skip to content

Commit

Permalink
unblacklist perl-dbi (#10236)
Browse files Browse the repository at this point in the history
* unblacklist perl-dbi

* permission problem with fix_shebang

* chmod again
  • Loading branch information
abretaud committed Aug 3, 2018
1 parent 44dbcca commit 3ad9f5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,6 @@ recipes/snap
recipes/perl-vcftools-vcf
recipes/perl-module-scandeps/1.23
recipes/perl-gdtextutil
recipes/perl-dbi
recipes/perl-hash-util-fieldhash-compat/0.11
recipes/perl-file-homedir
recipes/perl-extutils-cppguess
Expand Down
2 changes: 2 additions & 0 deletions recipes/perl-dbi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ else
echo 'Unable to find Build.PL or Makefile.PL. You need to modify build.sh.'
exit 1
fi

chmod u+rwx $PREFIX/bin/*
2 changes: 1 addition & 1 deletion recipes/perl-dbi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:
url: https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.641.tar.gz
sha256: {{ sha256 }}
build:
number: 1
number: 2
requirements:
host:
- perl
Expand Down

0 comments on commit 3ad9f5b

Please sign in to comment.