mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
Run maketarball through bash
It uses bash-isms so a POSIX shell will not work correctly.
This commit is contained in:
parent
c312417d81
commit
285bcfb141
1 changed files with 2 additions and 2 deletions
|
|
@ -62,11 +62,11 @@ configure_file(release/maketarball.in release/maketarball)
|
|||
|
||||
set(TARBALL_DEPENDS vncpasswd vncconfig)
|
||||
|
||||
add_custom_target(tarball sh release/maketarball
|
||||
add_custom_target(tarball bash release/maketarball
|
||||
DEPENDS ${TARBALL_DEPENDS}
|
||||
SOURCES release/maketarball)
|
||||
|
||||
add_custom_target(servertarball sh release/maketarball server
|
||||
add_custom_target(servertarball bash release/maketarball server
|
||||
DEPENDS ${TARBALL_DEPENDS}
|
||||
SOURCES release/maketarball)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue