From: Goneri Le Bouder
Date: Wed, 13 Apr 2016 07:30:36 +0200
Subject: _data_in_usr_share
 just load data in /usr/share instead of data/ and /usr/local to
 avoid conflit with installed from source release

--- a/main.cc
+++ b/main.cc
@@ -49,15 +49,6 @@ void light() {
 void load_audio(std::string dir) {
 	std::string path;
 	if (dir=="") {
-		path="data/";
-		std::cout << "  Looking in " << path << std::endl;
-		if (Audio::load(path)) return;
-		
-		path="/usr/local/share/";
-		path+=PATHNAME;
-		path+="/";
-		std::cout << "  Looking in " << path << std::endl;
-		if (Audio::load(path)) return;
 
 		path="/usr/share/";
 		path+=PATHNAME;
