Explorar el Código

Now resolves symlinks when creating releases (which avoids including a symlink to pm in the distribution, and not pm itself).

dtrg hace 18 años
padre
commit
c0c8695ea4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      util/LLgen/mkdistr.sh

+ 1 - 1
util/LLgen/mkdistr.sh

@@ -16,7 +16,7 @@ if [ -d ../LLgen-$1 ]; then
 fi
 
 mkdir ../LLgen-$1
-cp -a --parents \
+cp -a --dereference --parents \
 	pm \
 	c.pm \
 	pmfile \