wmmixer: Add 'debian' folder
[dockapps.git] / wmmixer / debian / patches / 01_debian_paths.patch
blobd2a94f1fd26b2dbef1d20f67450578ac187f508b
1 This patch changes the installation path to /usr
2 --- a/Makefile
3 +++ b/Makefile
4 @@ -1,12 +1,10 @@
5 # $Id: Makefile,v 1.5 2002/06/25 22:13:09 gordon Exp $
7 -prefix = /usr/local
8 +prefix = /usr
9 exec_prefix = ${prefix}
10 bindir = ${exec_prefix}/bin
11 mandir = ${prefix}/share/man
13 -DESTDIR =
15 CXX = g++
16 CXXFLAGS = -O -Wall
17 EXTRA_LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext