]> git.pld-linux.org Git - packages/tuxpaint.git/blob - tuxpaint-Makefile.patch
- obsolete
[packages/tuxpaint.git] / tuxpaint-Makefile.patch
1 --- tuxpaint-0.9.16/Makefile~   2006-10-19 09:41:49.000000000 +0200
2 +++ tuxpaint-0.9.16/Makefile    2006-10-23 21:50:10.000000000 +0200
3 @@ -18,7 +18,7 @@
4  
5  # Where to install things:
6  
7 -PREFIX=/usr/local
8 +PREFIX=$(_prefix)
9  
10  
11  # Root directory to place files when creating packages.
12 @@ -64,7 +64,7 @@
13  X11_ICON_PREFIX=$(PKG_ROOT)$(PREFIX)/X11R6/include/X11/pixmaps
14  GNOME_PREFIX=`gnome-config --prefix 2> /dev/null`
15  KDE_PREFIX=`kde-config --install apps --expandvars 2> /dev/null`
16 -KDE_ICON_PREFIX=`kde-config --install icon --expandvars 2> /dev/null`
17 +#KDE_ICON_PREFIX=`kde-config --install icon --expandvars 2> /dev/null`
18  
19  
20  # Locale files
This page took 0.045851 seconds and 3 git commands to generate.