From 6f66d38378c91a7a588637ddf029d89fcfe3fc78 Mon Sep 17 00:00:00 2001 From: Ghost1227 Date: Mon, 9 Nov 2009 07:11:49 -0600 Subject: [PATCH] Initial commit --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index dc7fedc..dac25e6 100755 --- a/install +++ b/install @@ -5,8 +5,8 @@ if [ "$(id -u)" != "0" ]; then exit 1 else cd src - mkdir -p /usr/{bin,share/cdmf} - install -m755 /cdm /usr/bin/ + mkdir -p /usr/{bin,share/cdm} + install -m755 cdm /usr/bin/ cp -Rf cdmrc skel themes /usr/share/cdm/ echo "CDM configuration is done through /usr/share/cdm/cdmrc" echo "Replace ~/.xinitrc and ~/.bash_profile with the skel files in /usr/share/cdm/skel for each user."