mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
corrected spell error in data directory for linux to enable consistency with packager installation: /usr/bin/Retroshare -> /usr/bin/RetroShare
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3830 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d1a0258838
commit
b4da2948ed
@ -843,7 +843,7 @@ std::string RsInit::getRetroshareDataDirectory()
|
||||
|
||||
#else
|
||||
/* For Linux, we have a fixed standard data directory */
|
||||
dataDirectory = "/usr/share/Retroshare";
|
||||
dataDirectory = "/usr/share/RetroShare";
|
||||
std::cerr << "getRetroshareDataDirectory() Linux: " << dataDirectory;
|
||||
|
||||
#endif
|
||||
@ -2237,7 +2237,7 @@ RsTurtle *rsTurtle = NULL ;
|
||||
#define RS_RELEASE 1
|
||||
****/
|
||||
|
||||
//#define RS_RELEASE 1
|
||||
#define RS_RELEASE 1
|
||||
|
||||
|
||||
RsControl *createRsControl(RsIface &iface, NotifyBase ¬ify)
|
||||
|
Loading…
Reference in New Issue
Block a user