Merge pull request #490 from ayberk/master

Fixed broken build paths
This commit is contained in:
irungentoo 2013-08-18 09:46:34 -07:00
commit 9533cea058

View File

@ -11,8 +11,8 @@ if(WIN32)
else()
set(HOME "$ENV{HOME}")
if(APPLE)
file(MAKE_DIRECTORY ${HOME}Library/Application Support/.tox)
file(INSTALL DHTservers DESTINATION ${HOME}Library/Application Support/.tox)
file(MAKE_DIRECTORY ${HOME}/Library/Application\ Support/.tox)
file(INSTALL DHTservers DESTINATION ${HOME}/Library/Application\ Support/.tox)
else()
file(MAKE_DIRECTORY ${HOME}/.tox)
file(INSTALL DHTservers DESTINATION ${HOME}/.tox)