aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stage-manager/files/stage-manager
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stage-manager/files/stage-manager')
-rwxr-xr-xrecipes/stage-manager/files/stage-manager2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/stage-manager/files/stage-manager b/recipes/stage-manager/files/stage-manager
index 536d1afda0..0c01a18f94 100755
--- a/recipes/stage-manager/files/stage-manager
+++ b/recipes/stage-manager/files/stage-manager
@@ -91,7 +91,7 @@ if __name__ == "__main__":
if options.copydir:
copypath = os.path.join(options.copydir, path.replace(options.parentdir, '', 1))
mkdirhier(os.path.split(copypath)[0])
- os.system("cp -dp " + path + " " + copypath)
+ os.system("cp -Pp " + path + " " + copypath)
def copydir(path, fstamp):
if options.copydir: