[dasher: 210/217] Fix the file names of the shortcut specifications used in the desktop shortcut creation script.



commit 389dc6c06a4dcc204e6854f53ef4445577c59935
Author: Cagdas <cagdasgerede users noreply github com>
Date:   Mon Feb 15 17:15:00 2016 +0200

    Fix the file names of the shortcut specifications used in the desktop shortcut creation script.

 create-linux-desktop-shortcuts.sh |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/create-linux-desktop-shortcuts.sh b/create-linux-desktop-shortcuts.sh
index d2390bc..26a5482 100755
--- a/create-linux-desktop-shortcuts.sh
+++ b/create-linux-desktop-shortcuts.sh
@@ -1,11 +1,11 @@
-cp linux-desktop-shortcut-spec-speak $HOME/Desktop/dasher-speak.desktop
+cp linux-desktop-shortcut-spec-for-speak $HOME/Desktop/dasher-speak.desktop
 chmod +x $HOME/Desktop/dasher-speak.desktop
 
-cp linux-desktop-shortcut-spec-prepared-speech $HOME/Desktop/dasher-prepared-speech.desktop
+cp linux-desktop-shortcut-spec-for-prepared-speech $HOME/Desktop/dasher-prepared-speech.desktop
 chmod +x $HOME/Desktop/dasher-prepared-speech.desktop
 
-cp linux-desktop-shortcut-spec-edit $HOME/Desktop/dasher-edit.desktop
+cp linux-desktop-shortcut-spec-for-edit $HOME/Desktop/dasher-edit.desktop
 chmod +x $HOME/Desktop/dasher-edit.desktop
 
-cp linux-desktop-shortcut-spec-direct $HOME/Desktop/dasher-direct.desktop
+cp linux-desktop-shortcut-spec-for-direct $HOME/Desktop/dasher-direct.desktop
 chmod +x $HOME/Desktop/dasher-direct.desktop


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]