summaryrefslogtreecommitdiffstats
path: root/liveinst
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-12-10 20:58:39 -0500
committerJeremy Katz <katzj@redhat.com>2007-12-11 17:56:22 -0500
commit2284081df239e4baab516b666eaae0caa923015d (patch)
tree80321bd159339747a43d06b6b60693644fe5f6e7 /liveinst
parentd85b26d16f0e245fe52b79bd5149eb69e5ca2a92 (diff)
downloadanaconda-2284081df239e4baab516b666eaae0caa923015d.tar.gz
anaconda-2284081df239e4baab516b666eaae0caa923015d.tar.xz
anaconda-2284081df239e4baab516b666eaae0caa923015d.zip
Fix liveinst on the desktop for locales like pt_BR (#417301)
Diffstat (limited to 'liveinst')
-rwxr-xr-xliveinst/liveinst.xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/liveinst/liveinst.xinit b/liveinst/liveinst.xinit
index 20680e366..d9d80335b 100755
--- a/liveinst/liveinst.xinit
+++ b/liveinst/liveinst.xinit
@@ -4,9 +4,9 @@
if [ -b /dev/live-osimg ]; then
test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
- cp /usr/share/applications/liveinst.desktop ${XDG_DESKTOP_DIR:-$HOME/Desktop}
+ cp /usr/share/applications/liveinst.desktop "${XDG_DESKTOP_DIR:-$HOME/Desktop}"
elif [ -f /.livecd-configured ]; then # FIXME: old way... this should go away
test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
- cp /usr/share/applications/liveinst.desktop ${XDG_DESKTOP_DIR:-$HOME/Desktop}
+ cp /usr/share/applications/liveinst.desktop "${XDG_DESKTOP_DIR:-$HOME/Desktop}"
fi