Description: Adjust_datapath
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@
 
 # Compilation settings
 CC=gcc
-CFLAGS += -Wall -DAGN_DATA_PATH='"$(prefix)/share/aegean"' -Wno-unused-result
+CFLAGS += -Wall -DAGN_DATA_PATH='"/usr/share/aegean"' -Wno-unused-result
 GTFLAGS=prefix=$(prefix)
 SYSTEM:=$(shell uname -s)
 MACHINE:=$(shell uname -m)
@@ -87,13 +87,13 @@
 		@ mkdir -p $(prefix)/bin/
 		cp data/scripts/*.p? $(prefix)/bin/.
 
-uninstall:	
+uninstall:
 		for exe in $(INSTALL_BINS); do rm -r $(prefix)/$$exe; done
 		rm -r $(prefix)/include/aegean/
 		rm -r $(prefix)/share/aegean/
 		rm $(prefix)/lib/libaegean.a
 
-clean:		
+clean:
 		rm -rf README $(BINS) libaegean.a $(AGN_OBJS) inc/core/AgnVersion.h bin/*.dSYM
 
 $(AGN_OBJS):	obj/%.o : src/core/%.c inc/core/%.h inc/core/AgnVersion.h
@@ -145,12 +145,12 @@
 		@ echo "[create libaegean]"
 		@ ar ru libaegean.a $(AGN_OBJS)
 
-inc/core/AgnVersion.h:	
+inc/core/AgnVersion.h:
 			@ echo "[print $@]"
 			@ data/scripts/version.py > $@
 
 test:		agn-test
-		
+
 
 agn-test:	all
 		@ $(MEMCHECK) bin/unittests
