From 9d91f44bc8d973d40b1cd972464a7fd93bddfe35 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 8 Jul 2017 10:54:53 -0700 Subject: Separate the notions of package name/label Also, remove resolved TBDs. Signed-off-by: Alexey Neyman --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index d37a8d21..e32feaa1 100755 --- a/bootstrap +++ b/bootstrap @@ -473,7 +473,8 @@ enter_fork() info[repository_subdir]= info[bootstrap]= info[fork]=${fork} - info[name]=${fork} + info[pkg_name]=${fork} + info[pkg_label]=${fork} info[mirrors]= info[archive_filename]='@{pkg_name}-@{version}' info[archive_dirname]='@{pkg_name}-@{version}' -- cgit v1.2.3