newapkbuild: use make 'package' phase for CMake as well
This commit is contained in:
parent
17eb90499e
commit
83f37d0076
|
@ -284,7 +284,7 @@ package() {
|
|||
__EOF__
|
||||
|
||||
case "$buildtype" in
|
||||
make)
|
||||
make|cmake)
|
||||
package_make;;
|
||||
autotools)
|
||||
package_autotools;;
|
||||
|
|
Loading…
Reference in New Issue