mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 20:54:57 +00:00
autotools.bbclass: There is no need to use the strange -t option to cp anymore
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4442 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
699b6f9d3f
commit
be886a8b1b
@ -171,7 +171,7 @@ autotools_stage_dir() {
|
||||
rmdir "$from" 2> /dev/null || true
|
||||
if [ -d "$from" ]; then
|
||||
mkdir -p "$to"
|
||||
cp -fpPR -t "$to" "$from"/*
|
||||
cp -fpPR "$from"/* "$to"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user