newapkbuild: use make 'package' phase for CMake as well

This commit is contained in:
A. Wilcox 2017-10-11 17:44:38 -05:00 committed by Sören Tempel
parent 17eb90499e
commit 83f37d0076
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ package() {
__EOF__
case "$buildtype" in
make)
make|cmake)
package_make;;
autotools)
package_autotools;;