diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-05-17 21:50:09 +0100 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-05-17 21:50:09 +0100 |
commit | 3edb5ad048d14852989f885ba03b8bb9f47e01c1 (patch) | |
tree | ff07a1f1fae1d3cef3fadcb1bafe674a24bda8ea /recipes/krb/files/copyperms.patch | |
parent | d3db0654a6051ad4b9bd67623a2c9e5186b045ef (diff) |
krb5: Force cp to work due to an permissions issue
Diffstat (limited to 'recipes/krb/files/copyperms.patch')
-rw-r--r-- | recipes/krb/files/copyperms.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/krb/files/copyperms.patch b/recipes/krb/files/copyperms.patch new file mode 100644 index 0000000000..b0abb72cf0 --- /dev/null +++ b/recipes/krb/files/copyperms.patch @@ -0,0 +1,12 @@ +diff -urN src.old/config/pre.in src/config/pre.in +--- src.old/config/pre.in 2006-10-15 19:19:28.000000000 +0100 ++++ src/config/pre.in 2009-05-17 21:28:54.000000000 +0100 +@@ -258,7 +258,7 @@ + transform = @program_transform_name@ + + RM = rm -f +-CP = cp ++CP = cp -f + MV = mv -f + CHMOD=chmod + RANLIB = @RANLIB@ |