summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk2014-05-02 23:55:23 +0200
committerDirk2014-05-02 23:55:23 +0200
commit77fb21c9d18cbe33ba7486ee262298244833e1fd (patch)
treee336a12a820f25f3953fcbead33af7464bc8cc2b /src
parentFixing unity panel issues ... (diff)
downloadcore-77fb21c9d18cbe33ba7486ee262298244833e1fd.tar.gz
core-77fb21c9d18cbe33ba7486ee262298244833e1fd.tar.xz
core-77fb21c9d18cbe33ba7486ee262298244833e1fd.zip
Fixing typo.
Diffstat (limited to 'src')
-rw-r--r--src/initramfs/distro-specs/ubuntu/functions-14.044
1 files changed, 2 insertions, 2 deletions
diff --git a/src/initramfs/distro-specs/ubuntu/functions-14.04 b/src/initramfs/distro-specs/ubuntu/functions-14.04
index aa50b310..7cbfb964 100644
--- a/src/initramfs/distro-specs/ubuntu/functions-14.04
+++ b/src/initramfs/distro-specs/ubuntu/functions-14.04
@@ -60,10 +60,10 @@ required." >/mnt/etc/init.inactive/README
# Gnome/Unity panel stuff
echo -e "[D-BUS Service]\nName=com.canonical.Unity.Panel.Service\n\
-Exec=/usr/lib/unity/unity-panel-service" >/usr/share/dbus-1/services/com.canonical.Unity.Panel.Service.service
+Exec=/usr/lib/unity/unity-panel-service" >/mnt/usr/share/dbus-1/services/com.canonical.Unity.Panel.Service.service
echo -e "[Desktop Entry]\nType=Application\nName=Unity Panel Service\n\
Exec=/usr/lib/unity/unity-panel-service\nOnlyShowIn=Unity;\n\
-NoDisplay=true" >/etc/xdg/autostart/unity-panel-service.desktop
+NoDisplay=true" >/mnt/etc/xdg/autostart/unity-panel-service.desktop
# add the slx specific path (/var/opt/openslx/bin) to the PATH variable
echo -e "# stuff generated by $0 (out of InitRamFS written $date)\n\