diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-08 10:54:53 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:57 -0700 |
commit | 9d91f44bc8d973d40b1cd972464a7fd93bddfe35 (patch) | |
tree | 9b4f8e959d67025015e118663c37d8086dc97a1c /bootstrap | |
parent | af479f10530a53861eae1f8a144e87cb012f708f (diff) | |
download | crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.tar.gz crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.tar.bz2 crosstool-ng-9d91f44bc8d973d40b1cd972464a7fd93bddfe35.zip |
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-x | bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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}' |