mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-02 06:42:25 -04:00
Set the correct permissions for sfrx, sftx, and foxchk on Linux and macOS.
This commit is contained in:
parent
8978b81308
commit
db51d7f61b
@ -1673,6 +1673,7 @@ if (UNIX)
|
|||||||
lib/superfox/linux/sftx
|
lib/superfox/linux/sftx
|
||||||
lib/superfox/linux/foxchk
|
lib/superfox/linux/foxchk
|
||||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
|
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
|
||||||
#COMPONENT runtime
|
#COMPONENT runtime
|
||||||
)
|
)
|
||||||
endif (UNIX)
|
endif (UNIX)
|
||||||
@ -1683,6 +1684,7 @@ if (APPLE)
|
|||||||
lib/superfox/mac/sftx
|
lib/superfox/mac/sftx
|
||||||
lib/superfox/mac/foxchk
|
lib/superfox/mac/foxchk
|
||||||
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
|
PERMISSIONS WORLD_READ WORLD_WRITE WORLD_EXECUTE
|
||||||
#COMPONENT runtime
|
#COMPONENT runtime
|
||||||
)
|
)
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user