summaryrefslogtreecommitdiffstats
path: root/newapkbuild.in
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-10-11 17:44:38 -0500
committerSören Tempel <soeren+git@soeren-tempel.net>2017-10-19 13:25:24 +0200
commit83f37d007657a8befb2d165ab7760b74d99d20d6 (patch)
tree5939f59afd383e49e95de4ef896d50fec54337b7 /newapkbuild.in
parent17eb90499ed298c09525d2c13abdfb99589962d9 (diff)
downloadabuild-83f37d007657a8befb2d165ab7760b74d99d20d6.tar.bz2
abuild-83f37d007657a8befb2d165ab7760b74d99d20d6.tar.xz
newapkbuild: use make 'package' phase for CMake as well
Diffstat (limited to 'newapkbuild.in')
-rw-r--r--newapkbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newapkbuild.in b/newapkbuild.in
index ade33aa..1b6e065 100644
--- a/newapkbuild.in
+++ b/newapkbuild.in
@@ -284,7 +284,7 @@ package() {
__EOF__
case "$buildtype" in
- make)
+ make|cmake)
package_make;;
autotools)
package_autotools;;