]> git.pld-linux.org Git - packages/gentoo.git/blob - gentoo-makefile.patch
- updated to 0.11.5,
[packages/gentoo.git] / gentoo-makefile.patch
1 diff -urN gentoo-0.11.5/Makefile gentoo-0.11.5.new/Makefile
2 --- gentoo-0.11.5/Makefile      Thu Apr 22 20:24:18 1999
3 +++ gentoo-0.11.5.new/Makefile  Mon Apr 26 13:50:47 1999
4 @@ -12,13 +12,13 @@
5  #
6  
7  # Where to put binary on 'make install'?
8 -BIN    = /usr/local/bin
9 +BIN    = /usr/X11R6/bin
10  
11  # Where to put icons on 'make install'? Note: if you change this,
12  # gentoo will not find the icons as it starts up. You're going to
13  # have to alter gentoo's icon path (in the config window, "Paths"
14  # tab) before it will work.
15 -ICONS  = /usr/local/lib/gentoo/
16 +ICONS  = /usr/X11R6/share/gentoo/
17  
18  #----------------------------------------- Hardcoding paths
19  
20 @@ -27,13 +27,13 @@
21  # the defined symbols proper C strings, of course.
22  
23  # Where should gentoo look for the system-global config file?
24 -PTH_CFG        = '"/usr/local/etc/"'
25 +PTH_CFG        = '"/usr/X11R6/share/gentoo/"'
26  
27  # Where should gentoo look for icons, if no path is configured?
28  # This is typically just "icons", to look in the directory that
29  # gentoo is started from, followed by some system-wide location
30  # (which in my world is /usr/local/lib/gentoo/icons).
31 -PTH_ICN = '"icons:/usr/local/lib/gentoo/icons"'
32 +PTH_ICN = '"icons:/usr/X11R6/share/gentoo/icons"'
33  
34  # This path tells gentoo where to look for its GTK+ RC file.
35  # The name of the file is always ".gentoogtkrc" (with dot), but
This page took 0.028974 seconds and 3 git commands to generate.