Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Description:
 Patch is applied because autotools are not used by upstream author.
 Patch setting prefix=/usr and fix install commands.
Forwarded: no
---
 source/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- jnoise.orig/source/Makefile
+++ jnoise/source/Makefile
@@ -19,7 +19,7 @@
 # ---------------------------------------------------------------------------
 
 
-PREFIX = /usr/local
+PREFIX = /usr
 SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
 LIBDIR = lib$(SUFFIX)
 SHARED = $(PREFIX)/share
