Skip to content
Snippets Groups Projects
Commit 3d9cce53 authored by Natanael Copa's avatar Natanael Copa
Browse files

do not include :func in subpackage name

parent a6241a05
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ subpkg() { ...@@ -228,7 +228,7 @@ subpkg() {
local func=$(get_split_func $i) local func=$(get_split_func $i)
# call abuild recursively, setting subpkg{dir,name} # call abuild recursively, setting subpkg{dir,name}
msg "Running split function $func..." msg "Running split function $func..."
subpkgdir="$startdir/pkg-$func" subpkgname="$i" \ subpkgdir="$startdir/pkg-$func" subpkgname="${i%:*}" \
$0 $func package || return 1 $0 $func package || return 1
done 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