We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5d0b5 commit 808d277Copy full SHA for 808d277
create_dir.sh
@@ -1,7 +1,7 @@
1
# !/bin/sh
2
if [ ! -d "/var/keychain" ]; then
3
sudo mkdir /var/keychain
4
- sudo chown -R $USER keychain
+ sudo chown -R $USER /var/keychain
5
fi
6
7
keychain_linux/passentry_gui/CMakeLists.txt
@@ -9,7 +9,7 @@ if (NOT MSVC)
9
endif()
10
11
12
-set (CMAKE_PREFIX_PATH "${QT_ROOT}/5.11.1/gcc_64/lib/cmake/Qt5Widgets/")
+set (CMAKE_PREFIX_PATH "${QT_ROOT}/gcc_64/lib/cmake/Qt5Widgets/")
13
14
project(passentrygui)
15
# Find includes in corresponding build directories
0 commit comments