diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-03-22 17:24:14 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-03-22 17:24:14 +0000 |
commit | e8e4b2267565ae3f95f46d6e08616c5ddbc9c1f9 (patch) | |
tree | 6fa9218ebd62fe158110540b496ed2bbb0360dc0 /liveinst | |
parent | 3ea75ff8178b703f8451355df62f2322a65c229a (diff) | |
download | anaconda-e8e4b2267565ae3f95f46d6e08616c5ddbc9c1f9.tar.gz anaconda-e8e4b2267565ae3f95f46d6e08616c5ddbc9c1f9.tar.xz anaconda-e8e4b2267565ae3f95f46d6e08616c5ddbc9c1f9.zip |
2007-03-22 Jeremy Katz <katzj@redhat.com>
* liveinst/Makefile: xinit files need to be named foo.sh
Diffstat (limited to 'liveinst')
-rw-r--r-- | liveinst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 *~ |