Author: ken
Date: 2006-06-18 14:37:52 -0600 (Sun, 18 Jun 2006)
New Revision: 1559
Added:
trunk/yaboot/yaboot-1.3.13-ofpath_path_prefix-1.patch
Log:
Add yet another missing patch for ppc and ppc64.
Added: trunk/yaboot/yaboot-1.3.13-ofpath_path_prefix-1.patch
===================================================================
--- trunk/yaboot/yaboot-1.3.13-ofpath_path_prefix-1.patch
(rev 0)
+++ trunk/yaboot/yaboot-1.3.13-ofpath_path_prefix-1.patch 2006-06-18
20:37:52 UTC (rev 1559)
@@ -0,0 +1,19 @@
+Submitted By: Ken Moffat <ken at linuxfromscratch dot org>
+Date: 2006-05-16
+Initial Package Version: 1.3.13
+Upstream Status: Not submitted, CLFS-specific
+Origin: copied from the other scripts in ybin directory
+Description: Allows ofpath to use PATH_PREFIX like the other scripts.
+
+--- yaboot-1.3.13/ybin/ofpath.orig 2006-05-16 22:32:26.000000000 +0100
++++ yaboot-1.3.13/ybin/ofpath 2006-05-16 22:33:13.000000000 +0100
+@@ -26,6 +26,9 @@
+
###############################################################################
+
+ PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
++if [ -n "$PATH_PREFIX" ] ; then
++
PATH="${PATH}:${PATH_PREFIX}/sbin:${PATH_PREFIX}/bin:${PATH_PREFIX}/usr/sbin:${PATH_PREFIX}/usr/bin:${PATH_PREFIX}/usr/local/sbin:${PATH_PREFIX}/usr/local/bin"
++fi
+ PRG="${0##*/}"
+ VERSION=1.0.7
+ DEBUG=0
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page