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
path: root/snap
diff options
context:
space:
mode:
authorMarco Trevisan <mail@3v1n0.net>2017-02-13 22:35:35 +0300
committerGitHub <noreply@github.com>2017-02-13 22:35:35 +0300
commit172fb709913fc09338208013ce36d9d778712119 (patch)
tree609bf49e0c94c9bfdbf8de91d6500a3bf409a31c /snap
parent17c3bb5c93aa9ed16c4f3cdd34f144a698bf5559 (diff)
snap: use snapcraft 2.26 features (#1115)
Diffstat (limited to 'snap')
-rw-r--r--snap/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index a13d03fc5..40448e057 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -38,7 +38,7 @@ if (NOT ${GIT_REVISION} STREQUAL ${REMMINA_VERSION_SUFFIX} AND
endif()
set(SNAP_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR})
-set(SNAP_SETUP_DIR ${SNAP_BUILD_DIR}/setup)
+set(SNAP_SETUP_DIR ${SNAP_BUILD_DIR}/snap)
set(SNAP_GUI_DIR ${SNAP_SETUP_DIR}/gui)
file(MAKE_DIRECTORY ${SNAP_GUI_DIR})