Remove trailing whitespace.
[dockapps.git] / wmmixer / debian / patches / 01_debian_paths.patch
blob826a6a2fbae7fc7e138334467f75a402b097c9cd
1 Description: This patch changes the installation path to /usr
2 Author: Sandro Tosi <matrixhasu@gmail.com>
3 Last-Update: 2007-10-08
4 --- a/Makefile
5 +++ b/Makefile
6 @@ -1,12 +1,10 @@
7 # $Id: Makefile,v 1.5 2002/06/25 22:13:09 gordon Exp $
9 -prefix = /usr/local
10 +prefix = /usr
11 exec_prefix = ${prefix}
12 bindir = ${exec_prefix}/bin
13 mandir = ${prefix}/share/man
15 -DESTDIR =
17 CXX = g++
18 CXXFLAGS = -O -Wall
19 EXTRA_LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext