#! /bin/sh /usr/share/dpatch/dpatch-run
## <nomeata@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Makefile adjustment

@DPATCH@
Index: yarssr-0.2.2/Makefile
===================================================================
--- yarssr-0.2.2.orig/Makefile	2009-12-12 22:13:12.000000000 +0100
+++ yarssr-0.2.2/Makefile	2009-12-12 22:17:38.000000000 +0100
@@ -1,6 +1,6 @@
-PREFIX=/usr/local
+PREFIX=/usr
 BINDIR=$(PREFIX)/bin
-LIBDIR=$(PREFIX)/lib/yarssr
+LIBDIR=$(PREFIX)/share/yarssr
 DATADIR=$(PREFIX)/share
 LOCALEDIR=$(DATADIR)/locale
 
