Now resolves symlinks when creating releases (which avoids including a symlink to pm in the distribution, and not pm itself).
This commit is contained in:
parent
154b23cd39
commit
c0c8695ea4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if [ -d ../LLgen-$1 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir ../LLgen-$1
|
mkdir ../LLgen-$1
|
||||||
cp -a --parents \
|
cp -a --dereference --parents \
|
||||||
pm \
|
pm \
|
||||||
c.pm \
|
c.pm \
|
||||||
pmfile \
|
pmfile \
|
||||||
|
|
Loading…
Reference in a new issue