Skip to content

Commit

Permalink
Travis: Correct untar location
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 1, 2018
1 parent 4b778a8 commit fe5ec8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
# Prerequisites
- sudo apt-get install swig
- wget $DOWNLOAD_LOC
- tar -xpf libcdio-${LIBCDIO_VERSION}.tar.gz
- tar -xpf libcdio-${LIBCDIO_VERSION}.tar.bz2
- cd libcdio-${LIBCDIO_VERSION} && ./configure --prefix=/usr && make && sudo make install && cd .. && rm -fr libcdio-${LIBCDIO_VERSION}
- cpanm -v $PREREQS --notest .

Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_requires:
configure_requires:
Module::Build: '0.38'
dynamic_config: 1
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 2.150005'
license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down Expand Up @@ -57,4 +57,4 @@ resources:
license: http://opensource.org/licenses/gpl-license.php
repository: http://github.com/rocky/Perl-Device-Cdio
version: v2.0.0
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_serialization_backend: 'CPAN::Meta::YAML version 0.012'

0 comments on commit fe5ec8d

Please sign in to comment.