mirror of https://gitee.com/bigwinds/arangodb
fix typo
This commit is contained in:
parent
c3ed09f642
commit
84b164b985
|
@ -946,7 +946,7 @@ Function default_installation_directory
|
||||||
Return
|
Return
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function assign_proper_access_rigths
|
Function assign_proper_access_rights
|
||||||
StrCpy $0 "0"
|
StrCpy $0 "0"
|
||||||
AccessControl::GrantOnFile \
|
AccessControl::GrantOnFile \
|
||||||
"$INSTDIR" "(BU)" "GenericRead + GenericWrite + GenericExecute"
|
"$INSTDIR" "(BU)" "GenericRead + GenericWrite + GenericExecute"
|
||||||
|
@ -963,7 +963,7 @@ Function is_writable
|
||||||
; is does not matter if we do some errors here
|
; is does not matter if we do some errors here
|
||||||
${If} $TRI_INSTALL_ALL_USERS == '1'
|
${If} $TRI_INSTALL_ALL_USERS == '1'
|
||||||
CreateDirectory $INSTDIR
|
CreateDirectory $INSTDIR
|
||||||
Call assign_proper_access_rigths
|
Call assign_proper_access_rights
|
||||||
${EndIf}
|
${EndIf}
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue