summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 7914b59..e9ced41 100755
--- a/install.sh
+++ b/install.sh
@@ -6,14 +6,14 @@ UDEV_DIR=/lib/udev/rules.d/
XORG_CONFIG_DIR=/etc/X11/
CONSOLE_KIT_CONFIG_DIR=/etc/ConsoleKit/
-echo "Installing 'sead-id' script to name the seats."
+echo "Installing 'seat-id' script to name the seats."
cp src/seat-id $SRC_DIR
echo "Installing udev rules for detect the Plugable Dock Stations."
cp udev/50-usbseat.rules $UDEV_DIR
echo "Install Xorg configuration files for two static seats"
-cp -r etc/X11/ $XORG_CONFIG_DIR
+cp -r etc/X11/* $XORG_CONFIG_DIR
echo "Configuring ConsoleKit"
-cp -r etc/ConsoleKit/ $CONSOLE_KIT_CONFIG_DIR
+cp -r etc/ConsoleKit/* $CONSOLE_KIT_CONFIG_DIR