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
78dba844b2
commit
eb1e26bbfa
@ -16,7 +16,7 @@ if [ -d ../LLgen-$1 ]; then
|
||||
fi
|
||||
|
||||
mkdir ../LLgen-$1
|
||||
cp -a --parents \
|
||||
cp -a --dereference --parents \
|
||||
pm \
|
||||
c.pm \
|
||||
pmfile \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user