forked from mirrors/nixpkgs
For consistency, don't use the -v flag when copying a directory $src
This commit is contained in:
parent
f29762d5d6
commit
b3d20690a1
|
@ -445,7 +445,7 @@ unpackFile() {
|
|||
*)
|
||||
if [ -d "$curSrc" ]; then
|
||||
stripHash $curSrc
|
||||
cp -prvd $curSrc $strippedName
|
||||
cp -prd $curSrc $strippedName
|
||||
else
|
||||
if [ -z "$unpackCmd" ]; then
|
||||
echo "source archive $curSrc has unknown type"
|
||||
|
|
Loading…
Reference in a new issue