Description: Fix Makefile changing variable name from PREFIX to prefix to binary pointing to right place.
Author: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
Last-update: 2015-07-28
Index: decibel-audio-player-1.08/Makefile
===================================================================
--- decibel-audio-player-1.08.orig/Makefile
+++ decibel-audio-player-1.08/Makefile
@@ -18,7 +18,7 @@ APPDIR = $(PREFIX)/share/applications
 ICONDIR = $(PREFIX)/share/pixmaps
 LOCALEDIR = $(PREFIX)/share/locale
 
-CONFIGURE_IN = sed -e 's!prefix!$(PREFIX)!g'
+CONFIGURE_IN = sed -e 's!prefix!$(prefix)!g'
 
 LANGUAGES = `find locale/ -maxdepth 1 -mindepth 1 -type d -printf "%f "`
 
