use native paths for llphysicsextensions_package file name

master
Oz Linden 2016-12-08 10:11:58 -05:00
parent c2f7079698
commit 6976377aa1
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ package_llphysicsextensions_tpv()
if [ -r "${PKGTMP}" ]
then
. "${PKGTMP}" # sets autobuild_package_{name,filename,md5}
autobuild_package_filename="$(shell_path "${autobuild_package_filename}")"
echo "${autobuild_package_filename}" > $build_dir/llphysicsextensions_package
fi
else