|
|
@ -20,7 +20,7 @@ function bootstrap { |
|
|
echo "directory: miaou-bash already deployed!" |
|
|
echo "directory: miaou-bash already deployed!" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
local source_bin="$MIAOU_BASH_DIR/bin/miaou-bash" |
|
|
|
|
|
|
|
|
local source_bin="$DESTINATION/miaou-bash/bin/miaou-bash" |
|
|
local dest_bin="/usr/bin/miaou-bash" |
|
|
local dest_bin="/usr/bin/miaou-bash" |
|
|
if ! cmp -s "$source_bin" "$dest_bin"; then |
|
|
if ! cmp -s "$source_bin" "$dest_bin"; then |
|
|
cp -f "$source_bin" "$dest_bin" |
|
|
cp -f "$source_bin" "$dest_bin" |
|
|
|