mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
e7fad2c123
commit
a6c7fe21ea
@ -25,7 +25,6 @@
|
|||||||
# flags => '--prefix=/opt/example-software',
|
# flags => '--prefix=/opt/example-software',
|
||||||
# creates => '/opt/example-software',
|
# creates => '/opt/example-software',
|
||||||
# make => 'make && make install'
|
# make => 'make && make install'
|
||||||
# make_timeout => 600
|
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
define cmmi(
|
define cmmi(
|
||||||
@ -34,7 +33,7 @@ define cmmi(
|
|||||||
$creates,
|
$creates,
|
||||||
$make,
|
$make,
|
||||||
$flags='',
|
$flags='',
|
||||||
$make_timeout=300,
|
$make_timeout=0,
|
||||||
$configure_command='sh ./configure'
|
$configure_command='sh ./configure'
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user