summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2013-09-29 10:25:18 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2013-09-29 10:25:18 +0530
commit3ee8987fe5068056ae72be11cbc1f511be8accf3 (patch)
tree71d3fca8f7ed716319e5024af5d23afbdb07b591 /install
parent437b49718320e4898c5f86bfb6f8ee0b150ca2a4 (diff)
(minor) make install command slightly more portable
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index c355f7a..513dd71 100755
--- a/install
+++ b/install
@@ -69,7 +69,7 @@ unless ($version =~ /^v\d/) {
if ($to) {
_mkdir($to);
- system("cp -a * $to");
+ system("cp -RpP * $to");
_print( "$to/VERSION", $version );
} elsif ($ln) {
ln_sf( $ENV{GL_BINDIR}, "gitolite", $ln );