updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / komi / Makefile.diff
blobf27839980091a5d47b648d7610f99c83e4775432
1 --- Makefile 2004-07-14 17:48:52.000000000 -0400
2 +++ Makefile.ok 2009-04-27 12:24:36.842238070 -0400
3 @@ -2,13 +2,13 @@
4 # Allan Crossman
6 # Where the graphics and sound files go...
7 -DATAPATH=/usr/local/share/komidata/
8 +DATAPATH=/usr/share/komidata/
10 # Where to put the binary...
11 -BINPATH=/usr/local/bin/
12 +BINPATH=/usr/bin/
14 # Where to put the manpage...
15 -MANPATH=/usr/local/man/man6/
16 +MANPATH=/usr/man/man6/
18 MIXER=-lSDL_mixer
19 SDL_LIB=$(shell sdl-config --static-libs) $(MIXER)