diff options
author | marino <marino> | 2012-08-15 22:08:16 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-15 22:08:16 +0000 |
commit | 74f71761255fb8241653a8530ebbb4a2db8d1a5a (patch) | |
tree | 84f86ebd4eeac9c752239ae00056a7ba3938fbb8 /devel/doxygen | |
parent | ea7a169ab00636fa7c76d19ec6bc1a3e90619190 (diff) | |
download | pkgsrc-74f71761255fb8241653a8530ebbb4a2db8d1a5a.tar.gz |
benchmarks/phoronix-test-suite: Change "cp -r"
The "-r" option is highly discouraged in BSD although it's reluctantly
supported. The problem is that it doesn't behave the same on all
platforms. For example, "cp -r pts-core/ destdir/" won't always give
the same results:
On NetBSD, pts-core files are put: /destdir/pts-core/<files>
On DragonFly pts-core files are put: /destdir/<files>
That messes the PLIST up.
This changes "cp -r <dir>/" to "cp -R <dir>" which has the same
behavior on different platforms. Tested on NetBSD and DragonFly
Diffstat (limited to 'devel/doxygen')
0 files changed, 0 insertions, 0 deletions