Commit 8900fbd3 authored by Denis Brækhus's avatar Denis Brækhus Committed by Denis Brækhus

Dereference files when copying.

parent 7030ed3d
......@@ -57,7 +57,7 @@ fi
cd build/varnish-*
# Copy our debian metadata into the build/varnish-$version directory
cp -r ../../debian .
cp -r -L ../../debian .
rm -f debian/.*.sw? # Delete any vim temporary files.
ln "../../$SOURCE" "../varnish_$V.$MINOR.orig.tar.gz"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment