Skip to content
Snippets Groups Projects
Commit 51a73888 authored by Valery Kartel's avatar Valery Kartel Committed by Leonardo Arena
Browse files

main/perl: move 'prove' script from -dev to -utils

parent a7d79124
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=perl
pkgver=5.24.1
pkgrel=0
pkgrel=1
pkgdesc="Larry Wall's Practical Extraction and Report Language"
url="http://www.perl.org/"
arch="all"
......@@ -95,7 +95,7 @@ dev() {
local file
for file in c2ph corelist enc2xs instmodsh h2ph h2xs libnetcfg perldoc \
perlivp perlthanks pl2pm pod2html pod2man pod2text pod2usage \
podchecker podselect prove xsubpp $pkgname$pkgver
podchecker podselect xsubpp $pkgname$pkgver
do
mv "$pkgdir"/usr/bin/$file "$subpkgdir"/usr/bin/ || return 1
done
......@@ -111,7 +111,7 @@ utils() {
mkdir -p "$subpkgdir"/usr/bin
local file
for file in cpan encguess json_pp piconv ptar ptardiff ptargrep shasum \
splain zipdetails
splain zipdetails prove
do
mv "$pkgdir"/usr/bin/$file "$subpkgdir"/usr/bin/ || return 1
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment