summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-08 17:54:53 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:57 (GMT)
commit9d91f44bc8d973d40b1cd972464a7fd93bddfe35 (patch)
tree9b4f8e959d67025015e118663c37d8086dc97a1c /bootstrap
parentaf479f10530a53861eae1f8a144e87cb012f708f (diff)
Separate the notions of package name/label
Also, remove resolved TBDs. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index d37a8d2..e32feaa 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}'