mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix stack size env typo
This commit is contained in:
parent
a935b07a70
commit
122e36a6b4
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ ONLY_CLIENT=0
|
||||
DESTDIR=$(CURDIR)/debian/tmp
|
||||
|
||||
PLATFORM="SUPPORTED_PLATFORM=debian"
|
||||
JAVA_STACK_SIZE ?= "8m"
|
||||
JAVA_STACK_SIZE ?= 8m
|
||||
export JAVA_STACK_SIZE
|
||||
|
||||
# For maintainer use only, generate a tarball:
|
||||
|
Loading…
Reference in New Issue
Block a user