SOURCES: anaconda-release_notes_viewer_gui.patch (NEW) - fix relea...

glen glen at pld-linux.org
Tue Jun 6 17:38:55 CEST 2006


Author: glen                         Date: Tue Jun  6 15:38:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix release_notes_viewer_gui

---- Files affected:
SOURCES:
   anaconda-release_notes_viewer_gui.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/anaconda-release_notes_viewer_gui.patch
diff -u /dev/null SOURCES/anaconda-release_notes_viewer_gui.patch:1.1
--- /dev/null	Tue Jun  6 17:38:55 2006
+++ SOURCES/anaconda-release_notes_viewer_gui.patch	Tue Jun  6 17:38:50 2006
@@ -0,0 +1,11 @@
+--- anaconda-11.0.5/gui.py~	2006-06-06 02:24:50.842147638 +0300
++++ anaconda-11.0.5/gui.py	2006-06-06 02:44:25.328401561 +0300
+@@ -1125,7 +1125,7 @@
+ 	    # also HACK to make it work from RHupdates
+ 	    for dir in ("iw/", "/mnt/source/RHupdates/",
+                         ("/usr/%s/anaconda/iw/" % sys.lib)):
+-		path = dir + "release_notes_viewer_gui.py"
++		path = dir + "release_notes_viewer_gui"
+ 		if os.access(path, os.X_OK):
+ 			break
+ 
================================================================


More information about the pld-cvs-commit mailing list