1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
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
|