Now resolves symlinks when creating releases (which avoids including a symlink to...
authordtrg <none@none>
Fri, 21 Jul 2006 11:24:46 +0000 (11:24 +0000)
committerdtrg <none@none>
Fri, 21 Jul 2006 11:24:46 +0000 (11:24 +0000)
util/LLgen/mkdistr.sh

index 4c6e228..40babcf 100755 (executable)
@@ -16,7 +16,7 @@ if [ -d ../LLgen-$1 ]; then
 fi
 
 mkdir ../LLgen-$1
-cp -a --parents \
+cp -a --dereference --parents \
        pm \
        c.pm \
        pmfile \