]> git.pld-linux.org Git - packages/gentoo.git/commitdiff
- back (removed by mistake).
authorkloczek <kloczek@pld-linux.org>
Mon, 17 Apr 2000 16:49:04 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gentoo-makefile.patch -> 1.3

gentoo-makefile.patch [new file with mode: 0644]

diff --git a/gentoo-makefile.patch b/gentoo-makefile.patch
new file mode 100644 (file)
index 0000000..195e005
--- /dev/null
@@ -0,0 +1,35 @@
+diff -urN gentoo-0.11.5/Makefile gentoo-0.11.5.new/Makefile
+--- gentoo-0.11.5/Makefile     Thu Apr 22 20:24:18 1999
++++ gentoo-0.11.5.new/Makefile Mon Apr 26 13:50:47 1999
+@@ -12,13 +12,13 @@
+ #
+ # Where to put binary on 'make install'?
+-BIN   = /usr/local/bin
++BIN   = /usr/X11R6/bin
+ # Where to put icons on 'make install'? Note: if you change this,
+ # gentoo will not find the icons as it starts up. You're going to
+ # have to alter gentoo's icon path (in the config window, "Paths"
+ # tab) before it will work.
+-ICONS = /usr/local/lib/gentoo/
++ICONS = /usr/X11R6/share/gentoo/
+ #----------------------------------------- Hardcoding paths
+@@ -27,13 +27,13 @@
+ # the defined symbols proper C strings, of course.
+ # Where should gentoo look for the system-global config file?
+-PTH_CFG       = '"/usr/local/etc/"'
++PTH_CFG       = '"/usr/X11R6/share/gentoo/"'
+ # Where should gentoo look for icons, if no path is configured?
+ # This is typically just "icons", to look in the directory that
+ # gentoo is started from, followed by some system-wide location
+ # (which in my world is /usr/local/lib/gentoo/icons).
+-PTH_ICN = '"icons:/usr/local/lib/gentoo/icons"'
++PTH_ICN = '"icons:/usr/X11R6/share/gentoo/icons"'
+ # This path tells gentoo where to look for its GTK+ RC file.
+ # The name of the file is always ".gentoogtkrc" (with dot), but
This page took 0.096885 seconds and 4 git commands to generate.