summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--packages.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9e0dafa0..3797b5586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-30 David Cantrell <dcantrell@redhat.com>
+
+ * packages.py: /etc/X11/X -> /usr/bin/Xorg (#179321).
+
2006-01-27 David Cantrell <dcantrell@redhat.com>
* textw/partition_text.py (PartitionTypeWindow): Skip partition
diff --git a/packages.py b/packages.py
index 267bcef3c..a3ca2a71b 100644
--- a/packages.py
+++ b/packages.py
@@ -136,7 +136,7 @@ def writeXConfiguration(id, instPath):
except OSError:
pass
- os.symlink ("../../usr/X11R6/bin/Xorg",
+ os.symlink ("../../usr/bin/Xorg",
instPath + "/etc/X11/X")
else:
fn = "/tmp/"