mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-18 05:44:14 -05: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
|
#else
|
||||||
/* For Linux, we have a fixed standard data directory */
|
/* For Linux, we have a fixed standard data directory */
|
||||||
dataDirectory = "/usr/share/Retroshare";
|
dataDirectory = "/usr/share/RetroShare";
|
||||||
std::cerr << "getRetroshareDataDirectory() Linux: " << dataDirectory;
|
std::cerr << "getRetroshareDataDirectory() Linux: " << dataDirectory;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@ -2237,7 +2237,7 @@ RsTurtle *rsTurtle = NULL ;
|
|||||||
#define RS_RELEASE 1
|
#define RS_RELEASE 1
|
||||||
****/
|
****/
|
||||||
|
|
||||||
//#define RS_RELEASE 1
|
#define RS_RELEASE 1
|
||||||
|
|
||||||
|
|
||||||
RsControl *createRsControl(RsIface &iface, NotifyBase ¬ify)
|
RsControl *createRsControl(RsIface &iface, NotifyBase ¬ify)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user