summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--liveinst/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7924aedf4..335c6afb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-22 Jeremy Katz <katzj@redhat.com>
+
+ * liveinst/Makefile: xinit files need to be named foo.sh
+
2007-03-22 Chris Lumens <clumens@redhat.com>
* harddrive.py (HardDriveInstallMethod.mountDirectory): Handle the
diff --git a/liveinst/Makefile b/liveinst/Makefile
index 54da86a3f..d9c744144 100644
--- a/liveinst/Makefile
+++ b/liveinst/Makefile
@@ -15,7 +15,7 @@ install:
install -m 0644 liveinst.desktop $(DESTDIR)/usr/share/applications
- install -m 0755 liveinst.xinit $(DESTDIR)/etc/X11/xinit/xinitrc.d/zz-liveinst
+ install -m 0755 liveinst.xinit $(DESTDIR)/etc/X11/xinit/xinitrc.d/zz-liveinst.sh
clean:
rm -f *~