rvm 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/VERSION.yml +1 -1
- data/rvm.gemspec +1 -1
- data/scripts/rvm-install +1 -1
- data/scripts/rvm-update +1 -1
- metadata +1 -1
data/lib/VERSION.yml
CHANGED
data/rvm.gemspec
CHANGED
data/scripts/rvm-install
CHANGED
|
@@ -20,7 +20,7 @@ for dir in src scripts bin log archives config gems examples ; do
|
|
|
20
20
|
done
|
|
21
21
|
for dir in config scripts examples lib ; do
|
|
22
22
|
mkdir -p $rvm_dir/$dir
|
|
23
|
-
/bin/cp -
|
|
23
|
+
/bin/cp -Rf $source_dir/$dir $rvm_dir
|
|
24
24
|
done
|
|
25
25
|
cp $source_dir/scripts/rvm-prompt $rvm_dir/bin/
|
|
26
26
|
chmod +x $rvm_dir/bin/rvm-prompt
|
data/scripts/rvm-update
CHANGED
|
@@ -20,7 +20,7 @@ for dir in src scripts bin log archives config gems examples ; do
|
|
|
20
20
|
done
|
|
21
21
|
for dir in config scripts examples lib ; do
|
|
22
22
|
mkdir -p $rvm_dir/$dir
|
|
23
|
-
/bin/cp -
|
|
23
|
+
/bin/cp -Rf $source_dir/$dir $rvm_dir
|
|
24
24
|
done
|
|
25
25
|
cp $source_dir/scripts/rvm-prompt $rvm_dir/bin/
|
|
26
26
|
chmod +x $rvm_dir/bin/rvm-prompt
|