Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2017-01-31 14:30:53 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2017-01-31 14:30:53 +0300
commitc9b6f18aeb02a416ec268cdce2afbd4d3d1f93ce (patch)
tree498fabd8cb890b03c7f5bfe4adaecae949804a4f /snap/CMakeLists.txt
parentf5c9cec1db625d5c275b6f6e741818c5a9544b2f (diff)
snap: use @VARIABLE@-format in snapcrat.yaml.in
Diffstat (limited to 'snap/CMakeLists.txt')
-rw-r--r--snap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index 668bc5442..94a5a004f 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -45,7 +45,7 @@ file(MAKE_DIRECTORY ${SNAP_GUI_DIR})
file(RELATIVE_PATH CMAKE_SOURCE_DIR_RELATIVE ${SNAP_BUILD_DIR} ${CMAKE_SOURCE_DIR})
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/snapcraft.yaml.in
- ${SNAP_BUILD_DIR}/snapcraft.yaml)
+ ${SNAP_BUILD_DIR}/snapcraft.yaml @ONLY)
set(REMMINA_BINARY_PATH "remmina")
set(REMMINA_ICON "\${SNAP}/meta/gui/icon.svg")