Fixed SF Bug #1905810
Updated install instructions git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@168 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -55,7 +55,7 @@ extern "C"
|
||||
#elif ULONG_MAX == 0xfffffffful
|
||||
typedef unsigned long uint_32t;
|
||||
#elif defined( _CRAY )
|
||||
# error This code needs 32-bit data types, which Cray machines don't provide
|
||||
# error This code needs 32-bit data types, which Cray machines do not provide
|
||||
#else
|
||||
# error Please define uint_32t as a 32-bit unsigned integer type in tdefs.h
|
||||
#endif
|
||||
|
||||
@@ -32,8 +32,8 @@ unix : !macx : !isEqual(QMAKE_WIN32,1) {
|
||||
}
|
||||
TARGET = ../bin/keepassx
|
||||
target.path = $${PREFIX}/bin
|
||||
data.files += ../share/keepassx/*
|
||||
data.path = $${PREFIX}/share/keepassx
|
||||
data.files += ../share/keepassx
|
||||
data.path = $${PREFIX}/share
|
||||
pixmaps.files = ../share/pixmaps/*
|
||||
pixmaps.path = $${PREFIX}/share/pixmaps
|
||||
desktop.files = ../share/applications/*
|
||||
|
||||
Reference in New Issue
Block a user