Skip to content

Commit

Permalink
Add coreutils to yum install package list
Browse files Browse the repository at this point in the history
* readlink is a new requirement for jdk11
* readlink is supplied by coreutils as is mktemp
* remove rpm installation of mktemp as it conflicts with coreutils
* Fixes adoptium#410

Signed-off-by: Joe deKoning <[email protected]>
  • Loading branch information
jdekonin committed Jul 19, 2018
1 parent 50ee7fb commit 0f38353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/aix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
with_items:
- autoconf
- bison
- coreutils
- cups-devel
- cups-libs
- flex
Expand All @@ -135,7 +136,6 @@
- name: Install yum package support
yum: name={{ item }} state=present update_cache=yes
with_items:
- http://www.oss4aix.org/download/RPMS/mktemp/mktemp-1.7-1.aix5.1.ppc.rpm
- http://www.bullfreeware.com/download/bin/2328/libiconv-1.14-22.aix6.1.ppc.rpm
- http://www.bullfreeware.com/download/bin/2591/libunistring-0.9.6-2.aix6.1.ppc.rpm
- http://www.bullfreeware.com/download/bin/3944/perl-5.24.0-3.aix6.1.ppc.rpm
Expand Down

0 comments on commit 0f38353

Please sign in to comment.