diff options
author | midipix <writeonce@midipix.org> | 2021-06-02 21:16:43 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-02 21:16:43 +0000 |
commit | e9964712523bac4f01404e75e16bd36d9a81067c (patch) | |
tree | c213fae367ba7a90e7f50aa1ec6ce666c77618c2 | |
parent | be85dc5f2028be8195ff205728e595ec778fd44f (diff) | |
download | sbmake-e9964712523bac4f01404e75e16bd36d9a81067c.tar.bz2 sbmake-e9964712523bac4f01404e75e16bd36d9a81067c.tar.xz |
project: config.project: match sofort's current template.
-rw-r--r-- | config.project | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.project b/config.project index 159e97b..5328c11 100644 --- a/config.project +++ b/config.project @@ -2,6 +2,7 @@ mb_package=make mb_nickname=bmake mb_require_out_of_tree=no +mb_require_source_dir=no mb_custom_install_headers=no mb_avoid_version=no @@ -24,8 +25,8 @@ mb_makefile=Makefile.common mb_makemode=posix # pkgconfig -mb_pkgname='sbmake' -mb_pkgdesc='sbmake' +mb_pkgname='bmake' +mb_pkgdesc='bmake' mb_pkgusrc= mb_pkgrepo='https://git.foss21.org/toolchain/sbmake' mb_pkgpsrc= |