3
0
Fork 0
forked from mirrors/nixpkgs

For consistency, don't use the -v flag when copying a directory $src

This commit is contained in:
Eelco Dolstra 2012-09-25 21:31:16 -04:00
parent f29762d5d6
commit b3d20690a1

View file

@ -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"