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