summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-09-01 15:22:07 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-01 15:22:07 +0200
commit5aedb8be688d47526101bdb3e58598df588326e6 (patch)
treeae348b9262fdaf123b3b152e65b6116b5ef36cb4 /support
parent7f0ce7c8780569afa33b68c9c024bf4072e29a99 (diff)
parent62387a8b11224a9c5320d42e2f0c4e2089d3452b (diff)
downloadbuildroot-5aedb8be688d47526101bdb3e58598df588326e6.tar.gz
buildroot-5aedb8be688d47526101bdb3e58598df588326e6.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/scancpan1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/scripts/scancpan b/support/scripts/scancpan
index 50d9bab601..e738a8378f 100755
--- a/support/scripts/scancpan
+++ b/support/scripts/scancpan
@@ -636,6 +636,7 @@ while (my ($distname, $dist) = each %dist) {
# the scheme is not used, because the job is done by the BR download infrastructure
# the auth part is not used, because we use $(BR2_CPAN_MIRROR)
my($filename, $directories, $suffix) = fileparse( $path, q{tar.gz}, q{tgz} );
+ $directories =~ s|/$||;
my $dependencies = join q{ }, qw( = perl ),
map( { q{host-} . fsname( $_ ); } sort @{$deps_build{$distname}} ),
map( { fsname( $_ ); } sort @{$deps_runtime{$distname}} );
OpenPOWER on IntegriCloud