diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-07 08:02:06 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-02-07 08:02:06 +0000 |
commit | 592e83a2c9f457ac42e00038bde0635a45da56ba (patch) | |
tree | 9fb4189ebe93af967ff28072e6f64e6c6bcc841f /x11-toolkits | |
parent | Respect CC and CFLAGS (diff) |
Fix for 'cp' command.
Submitted by: Jochen Solbrig <Jochen.Solbrig@urz.uni-heiderberg.de>
Notes
Notes:
svn path=/head/; revision=25549
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vdkbuilder/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/vdkbuilder/files/patch-aa b/x11-toolkits/vdkbuilder/files/patch-aa new file mode 100644 index 000000000000..6620cd8bdbcf --- /dev/null +++ b/x11-toolkits/vdkbuilder/files/patch-aa @@ -0,0 +1,11 @@ +--- vdkbuilder/vdkb_acsupport.cc.orig Mon Feb 7 16:42:58 2000 ++++ vdkbuilder/vdkb_acsupport.cc Mon Feb 7 16:56:02 2000 +@@ -93,7 +93,7 @@ + ; + else + { +- sprintf(buff,"cp -a %s/res/%s %s/", ++ sprintf(buff,"cp -pR %s/res/%s %s/", + VDKB_DATADIR, + tobecopied[t], + (char*) tgtPath); |