]> git.pld-linux.org Git - packages/anaconda.git/blame - anaconda-release_notes_viewer_gui.patch
- enable system-logs for GUI
[packages/anaconda.git] / anaconda-release_notes_viewer_gui.patch
CommitLineData
b19b94a1
ER
1--- anaconda-11.0.5/gui.py~ 2006-06-06 02:24:50.842147638 +0300
2+++ anaconda-11.0.5/gui.py 2006-06-06 02:44:25.328401561 +0300
3@@ -1125,7 +1125,7 @@
4 # also HACK to make it work from RHupdates
5 for dir in ("iw/", "/mnt/source/RHupdates/",
6 ("/usr/%s/anaconda/iw/" % sys.lib)):
7- path = dir + "release_notes_viewer_gui.py"
8+ path = dir + "release_notes_viewer_gui"
9 if os.access(path, os.X_OK):
10 break
11
This page took 0.028317 seconds and 4 git commands to generate.