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 ...@@ -57,7 +57,7 @@ fi
cd build/varnish-* cd build/varnish-*
# Copy our debian metadata into the build/varnish-$version directory # 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. rm -f debian/.*.sw? # Delete any vim temporary files.
ln "../../$SOURCE" "../varnish_$V.$MINOR.orig.tar.gz" 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